mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-15 16:09:57 +00:00
redisable this to save people a small amount of build time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96497 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1bf1691ed3
commit
03ddb20bfd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user