Disable some debug prints.

llvm-svn: 59174
This commit is contained in:
Daniel Dunbar 2008-11-12 21:52:46 +00:00
parent 63eb9386b7
commit a461e6d124
1 changed files with 2 additions and 0 deletions

View 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();
}