Disable commit 134216 ("Add 134199 back, but disable the optimization when the second

copy is a kill") to see if it fixes the i386 dragonegg buildbot, which is timing out
because gcc built with dragonegg is going into an infinite loop.

llvm-svn: 134237
This commit is contained in:
Duncan Sands 2011-07-01 12:01:00 +00:00
parent 92da450ae7
commit bc9e523421
1 changed files with 1 additions and 0 deletions

View File

@ -1203,6 +1203,7 @@ static bool RegistersDefinedFromSameValue(LiveIntervals &li,
VNInfo *VNI, VNInfo *VNI,
LiveRange *LR, LiveRange *LR,
SmallVector<MachineInstr*, 8> &DupCopies) { SmallVector<MachineInstr*, 8> &DupCopies) {
return false; // To see if this fixes the i386 dragonegg buildbot miscompile.
// FIXME: This is very conservative. For example, we don't handle // FIXME: This is very conservative. For example, we don't handle
// physical registers. // physical registers.