diff options
Diffstat (limited to 'lib/Analysis/GRExprEngineInternalChecks.cpp')
-rw-r--r-- | lib/Analysis/GRExprEngineInternalChecks.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Analysis/GRExprEngineInternalChecks.cpp b/lib/Analysis/GRExprEngineInternalChecks.cpp index 2eb5589117..cc1ec4b77e 100644 --- a/lib/Analysis/GRExprEngineInternalChecks.cpp +++ b/lib/Analysis/GRExprEngineInternalChecks.cpp @@ -235,9 +235,9 @@ public: if (Ex) { OS << "The " << (isLeft ? "left" : "right") - << " operand of the '" + << " operand of '" << BinaryOperator::getOpcodeStr(B->getOpcode()) - << "' expression is a garbage value"; + << "' is a garbage value"; } else { // Neither operand was undefined, but the result is undefined. |