redisable this to save people a small amount of build time.
authorChris Lattner <sabre@nondot.org>
Wed, 17 Feb 2010 19:19:50 +0000 (19:19 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Feb 2010 19:19:50 +0000 (19:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96497 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/DAGISelEmitter.cpp

index 28ac762c6d97713cafd4b007667c2e77278343ae..e0e25731e5be1441b6d3a2af758d57dac29d3ba1 100644 (file)
@@ -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.