Fix typo.

llvm-svn: 90262
This commit is contained in:
Daniel Dunbar 2009-12-01 21:57:27 +00:00
parent ec5f8ae6a8
commit 63771c099e
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ public:
void setDiagnostics(Diagnostic *Value);
DiagnosticClient &getDiagnosticClient() const {
assert(Target && "Compiler instance has no diagnostic client!");
assert(DiagClient && "Compiler instance has no diagnostic client!");
return *DiagClient;
}