]> granicus.if.org Git - clang/commitdiff
Disable some debug prints.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 12 Nov 2008 21:52:46 +0000 (21:52 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 12 Nov 2008 21:52:46 +0000 (21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59174 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ExprConstant.cpp

index 98400a450d689df7b1df44452b6a780317da282e..d6a4094520da2449aaf91a782fdd0eac65dc1f12 100644 (file)
@@ -110,9 +110,11 @@ public:
   LValueExprEvaluator(EvalInfo &info) : Info(info) {}
 
   APValue VisitStmt(Stmt *S) {
+#if 0
     // FIXME: Remove this when we support more expressions.
     printf("Unhandled pointer statement\n");
     S->dump();  
+#endif
     return APValue();
   }