summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-17 19:19:50 +0000
committerChris Lattner <sabre@nondot.org>2010-02-17 19:19:50 +0000
commit03ddb20bfd9c01e0cc93596cd2a6a0609631c3c0 (patch)
tree803d239a5cf7ea7db8dc2fca10ae828700f94106 /utils
parent1bf1691ed3bf4cb16ea221f062f1bb978fc8ea9d (diff)
downloadllvm-03ddb20bfd9c01e0cc93596cd2a6a0609631c3c0.tar.gz
llvm-03ddb20bfd9c01e0cc93596cd2a6a0609631c3c0.tar.bz2
llvm-03ddb20bfd9c01e0cc93596cd2a6a0609631c3c0.tar.xz
redisable this to save people a small amount of build time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96497 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 28ac762c6d..e0e25731e5 100644
--- a/utils/TableGen/DAGISelEmitter.cpp
+++ b/utils/TableGen/DAGISelEmitter.cpp
@@ -1975,7 +1975,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.