From: Bill Wendling Date: Mon, 1 Nov 2010 05:50:55 +0000 (+0000) Subject: The testcase is now XFAILed. Sorry about the breakage. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9e7cb3d2434e252cc0b81d88169d3d8989fcd78f;p=oota-llvm.git The testcase is now XFAILed. Sorry about the breakage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117904 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/PeepholeOptimizer.cpp b/lib/CodeGen/PeepholeOptimizer.cpp index 210f8866dfe..e27ea153d15 100644 --- a/lib/CodeGen/PeepholeOptimizer.cpp +++ b/lib/CodeGen/PeepholeOptimizer.cpp @@ -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);