aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ExprConstant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/AST/ExprConstant.cpp')
-rw-r--r--lib/AST/ExprConstant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/ExprConstant.cpp b/lib/AST/ExprConstant.cpp
index adc52e236c..e516beb0ac 100644
--- a/lib/AST/ExprConstant.cpp
+++ b/lib/AST/ExprConstant.cpp
@@ -21,7 +21,7 @@
using namespace clang;
using llvm::APSInt;
-#define USE_NEW_EVALUATOR 0
+#define USE_NEW_EVALUATOR 1
static bool CalcFakeICEVal(const Expr *Expr,
llvm::APSInt &Result,