oops don't turn this on for everyone yet.
authorChris Lattner <sabre@nondot.org>
Sun, 21 Feb 2010 06:03:56 +0000 (06:03 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 21 Feb 2010 06:03:56 +0000 (06:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96725 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/DAGISelEmitter.cpp

index d0da11479c30627a6f694249701789e42f717d6d..55a9d36588cc317bf6026e8539753564f98547bb 100644 (file)
@@ -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.