Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / 2010-01-15-SelectionDAGCycle.ll
2010-01-15 David GreeneFix PR6019. A load has more than one use if it feeds...