Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / coalescer-dce.ll
2011-08-19 Jakob Stoklund OlesenAdd test case for r138018.