commit | 9e7cb3d2434e252cc0b81d88169d3d8989fcd78f | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Mon Nov 01 05:50:55 2010 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Mon Nov 01 05:50:55 2010 +0000 |
tree | 755300593f25774465057b19d6219b1f3b01b72d | |
parent | 59707e805524d38d8b74865712f17a6a133b31e8 [diff] [blame] |
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 210f886..e27ea15 100644 --- a/lib/CodeGen/PeepholeOptimizer.cpp +++ b/lib/CodeGen/PeepholeOptimizer.cpp
@@ -276,9 +276,11 @@ 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);