80 col violation.

llvm-svn: 58441
This commit is contained in:
Ted Kremenek 2008-10-30 17:53:23 +00:00
parent f68bf63611
commit 0e19c03382
1 changed files with 3 additions and 3 deletions

View File

@ -105,9 +105,9 @@ nonloc::ConcreteInt::EvalMinus(BasicValueFactory& BasicVals, UnaryOperator* U) c
// Transfer function dispatch for Locs.
//===----------------------------------------------------------------------===//
SVal
loc::ConcreteInt::EvalBinOp(BasicValueFactory& BasicVals, BinaryOperator::Opcode Op,
const loc::ConcreteInt& R) const {
SVal loc::ConcreteInt::EvalBinOp(BasicValueFactory& BasicVals,
BinaryOperator::Opcode Op,
const loc::ConcreteInt& R) const {
assert (Op == BinaryOperator::Add || Op == BinaryOperator::Sub ||
(Op >= BinaryOperator::LT && Op <= BinaryOperator::NE));