forked from OSchip/llvm-project
oops don't turn this on for everyone yet.
llvm-svn: 96725
This commit is contained in:
parent
79eaeb4cfe
commit
55875c10d9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue