Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / fp-stack.ll
2010-05-21 Chris Lattnernow that fp reg kill insertion stuff happens as a separate