summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/utils/TableGen/DAGISelEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/DAGISelEmitter.cpp b/llvm/utils/TableGen/DAGISelEmitter.cpp
index 533664669ac..8f6d821e56f 100644
--- a/llvm/utils/TableGen/DAGISelEmitter.cpp
+++ b/llvm/utils/TableGen/DAGISelEmitter.cpp
@@ -24,7 +24,7 @@
#include <iostream>
using namespace llvm;
-//#define ENABLE_NEW_ISEL
+#define ENABLE_NEW_ISEL
static cl::opt<bool>
OpenPOWER on IntegriCloud