commit | 5620b3323be3b2865da5b102de456451ddb29b2c | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Feb 21 06:03:56 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Feb 21 06:03:56 2010 +0000 |
tree | 8e9e24528c216c8dc599787260fdbf1689baf264 | |
parent | b085ea196f7a340cb41fc7aa9cfd478711d1d743 [diff] [blame] |
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
diff --git a/utils/TableGen/DAGISelEmitter.cpp b/utils/TableGen/DAGISelEmitter.cpp index d0da114..55a9d36 100644 --- a/utils/TableGen/DAGISelEmitter.cpp +++ b/utils/TableGen/DAGISelEmitter.cpp
@@ -1917,7 +1917,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.