diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-17 19:19:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-17 19:19:50 +0000 |
commit | afce454d94f05e58472adea1b03fc60fcb8b719c (patch) | |
tree | cc0043dec593c2c527ed75aa66010bdb93cad341 /llvm/utils/TableGen | |
parent | 5d583da601b292c86baacd8d5c1285841eb4fe9e (diff) | |
download | bcm5719-llvm-afce454d94f05e58472adea1b03fc60fcb8b719c.tar.gz bcm5719-llvm-afce454d94f05e58472adea1b03fc60fcb8b719c.zip |
redisable this to save people a small amount of build time.
llvm-svn: 96497
Diffstat (limited to 'llvm/utils/TableGen')
-rw-r--r-- | llvm/utils/TableGen/DAGISelEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/DAGISelEmitter.cpp b/llvm/utils/TableGen/DAGISelEmitter.cpp index 28ac762c6d9..e0e25731e5b 100644 --- a/llvm/utils/TableGen/DAGISelEmitter.cpp +++ b/llvm/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. |