Author: zhongxingxu
Date: Wed Sep 2 20:31:59 2009
New Revision: 80865
URL: http://llvm.org/viewvc/llvm-project?rev=80865&view=rev
Log:
remove a debug output I introduced in the last commit.
Modified:
cfe/trunk/lib/Analysis/GRExprEngineInternalChecks.cpp
Modified: cfe/trunk/lib/Analysis/GRExprEngineInternalChecks.cpp
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/GRExprEngineInternalChecks.cpp?rev=80865&r1=80864&r2=80865&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/GRExprEngineInternalChecks.cpp (original)
+++ cfe/trunk/lib/Analysis/GRExprEngineInternalChecks.cpp Wed Sep 2 20:31:59
2009
@@ -703,8 +703,6 @@
!B->getRHS()->getType()->isScalarType())
return;
- printf("should not check!\n");
-
// Check for divide by undefined.
SVal Denom = C.getState()->getSVal(B->getRHS());
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits