Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / tailcall-disable.ll
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2012-01-19 Nick LewyckySpace after punctuation.
2012-01-19 Nick LewyckyAdd a TargetOption for disabling tail calls.