The testcase is now XFAILed. Sorry about the breakage.

llvm-svn: 117904
This commit is contained in:
Bill Wendling 2010-11-01 05:50:55 +00:00
parent cd4750cb4d
commit 7a23c1fb7d
1 changed files with 2 additions and 0 deletions

View File

@ -276,9 +276,11 @@ bool PeepholeOptimizer::runOnMachineFunction(MachineFunction &MF) {
if (MI->getDesc().isCompare() &&
!MI->getDesc().hasUnmodeledSideEffects()) {
#if 0
if (OptimizeCmpInstr(MI, MBB, MII))
Changed = true;
else
#endif
++MII;
} else {
Changed |= OptimizeExtInstr(MI, MBB, LocalMIs);