Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / 2010-01-13-OptExtBug.ll
2010-01-13 Evan ChengCommit some changes I had managed to lose last night...