Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / atom-lea-addw-bug.ll
2013-10-01 Preston GurdAdd test case for PR16785.