ExprConstant should not abort when it sees a pointer constant that isn't.

llvm-svn: 57162
This commit is contained in:
Chris Lattner 2008-10-06 07:20:11 +00:00
parent 24355b5240
commit 2c091b1ead
1 changed files with 0 additions and 3 deletions

View File

@ -79,9 +79,6 @@ public:
PointerExprEvaluator(EvalInfo &info) : Info(info) {}
APValue VisitStmt(Stmt *S) {
// FIXME: Remove this when we support more expressions.
printf("Unhandled pointer statement\n");
S->dump();
return APValue();
}