[llvm-commits] [llvm] r96497 - /llvm/trunk/utils/TableGen/DAGISelEmitter.cpp

Chris Lattner sabre at nondot.org
Wed Feb 17 11:19:51 PST 2010


Author: lattner
Date: Wed Feb 17 13:19:50 2010
New Revision: 96497

URL: http://llvm.org/viewvc/llvm-project?rev=96497&view=rev
Log:
redisable this to save people a small amount of build time.

Modified:
    llvm/trunk/utils/TableGen/DAGISelEmitter.cpp

Modified: llvm/trunk/utils/TableGen/DAGISelEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/DAGISelEmitter.cpp?rev=96497&r1=96496&r2=96497&view=diff

==============================================================================
--- llvm/trunk/utils/TableGen/DAGISelEmitter.cpp (original)
+++ llvm/trunk/utils/TableGen/DAGISelEmitter.cpp Wed Feb 17 13:19:50 2010
@@ -1975,7 +1975,7 @@
   // 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.





More information about the llvm-commits mailing list