aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/GRExprEngineInternalChecks.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-09-03 01:31:59 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-09-03 01:31:59 +0000
commitd2a8775c61289947b183493f460d52628952ea53 (patch)
tree7e51c5d324c8b1753b7d5c2edc0c8cd91c7e7f0b /lib/Analysis/GRExprEngineInternalChecks.cpp
parent4f711c449adac405e1524b23ad44a0b5ee188929 (diff)
remove a debug output I introduced in the last commit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80865 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/GRExprEngineInternalChecks.cpp')
-rw-r--r--lib/Analysis/GRExprEngineInternalChecks.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Analysis/GRExprEngineInternalChecks.cpp b/lib/Analysis/GRExprEngineInternalChecks.cpp
index 28e763376a..45c3079d06 100644
--- a/lib/Analysis/GRExprEngineInternalChecks.cpp
+++ b/lib/Analysis/GRExprEngineInternalChecks.cpp
@@ -703,8 +703,6 @@ void CheckBadDiv::PreVisitBinaryOperator(CheckerContext &C,
!B->getRHS()->getType()->isScalarType())
return;
- printf("should not check!\n");
-
// Check for divide by undefined.
SVal Denom = C.getState()->getSVal(B->getRHS());