Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / 2009-11-18-TwoAddrKill.ll
2009-11-18 Jakob Stoklund OlesenFix PR5300.