1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

oops don't turn this on for everyone yet.

llvm-svn: 96725
This commit is contained in:
Chris Lattner 2010-02-21 06:03:56 +00:00
parent 0164635dad
commit 359c75b60c

View File

@ -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.