summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-21 06:03:56 +0000
committerChris Lattner <sabre@nondot.org>2010-02-21 06:03:56 +0000
commit55875c10d9cac0c406c1d709f2776bb8b8f344a7 (patch)
tree97be1620231ad5e1a79ece54dabf86f752bcc987 /llvm/utils/TableGen
parent79eaeb4cfe34cb625c8af3186efbe0e544847e3e (diff)
downloadbcm5719-llvm-55875c10d9cac0c406c1d709f2776bb8b8f344a7.tar.gz
bcm5719-llvm-55875c10d9cac0c406c1d709f2776bb8b8f344a7.zip
oops don't turn this on for everyone yet.
llvm-svn: 96725
Diffstat (limited to 'llvm/utils/TableGen')
-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 d0da11479c3..55a9d36588c 100644
--- a/llvm/utils/TableGen/DAGISelEmitter.cpp
+++ b/llvm/utils/TableGen/DAGISelEmitter.cpp
@@ -1917,7 +1917,7 @@ void DAGISelEmitter::run(raw_ostream &OS) {
// definitions. Emit the resultant instruction selector.
EmitInstructionSelector(OS);
-#if 1
+#if 0
MatcherNode *Matcher = 0;
// Walk the patterns backwards, building a matcher for each and adding it to
// the matcher for the whole target.
OpenPOWER on IntegriCloud