diff options
Diffstat (limited to 'lib/Checker/SimpleConstraintManager.cpp')
-rw-r--r-- | lib/Checker/SimpleConstraintManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Checker/SimpleConstraintManager.cpp b/lib/Checker/SimpleConstraintManager.cpp index 04496e1e33..3fdf7902c2 100644 --- a/lib/Checker/SimpleConstraintManager.cpp +++ b/lib/Checker/SimpleConstraintManager.cpp @@ -121,7 +121,7 @@ const GRState *SimpleConstraintManager::Assume(const GRState *state, static BinaryOperator::Opcode NegateComparison(BinaryOperator::Opcode op) { // FIXME: This should probably be part of BinaryOperator, since this isn't - // the only place it's used. (This code was copied from SimpleSValuator.cpp.) + // the only place it's used. (This code was copied from SimpleSValBuilder.cpp.) switch (op) { default: assert(false && "Invalid opcode."); |