summaryrefslogtreecommitdiff
path: root/utils
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
commit0ab1c5f8f848f0fb142b730b45b8af9d8a6866e3 (patch)
tree8e9e24528c216c8dc599787260fdbf1689baf264 /utils
parent77f2e2724dc488bbf032e87f8f25f333730a0fb5 (diff)
downloadllvm-0ab1c5f8f848f0fb142b730b45b8af9d8a6866e3.tar.gz
llvm-0ab1c5f8f848f0fb142b730b45b8af9d8a6866e3.tar.bz2
llvm-0ab1c5f8f848f0fb142b730b45b8af9d8a6866e3.tar.xz
oops don't turn this on for everyone yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96725 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/DAGISelEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/DAGISelEmitter.cpp b/utils/TableGen/DAGISelEmitter.cpp
index d0da11479c..55a9d36588 100644
--- a/utils/TableGen/DAGISelEmitter.cpp
+++ b/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.