Fix an incorrect logic causing instcombine to miss some _chk -> non-chk transformations.
[oota-llvm.git] / test / Transforms / InstCombine / constant-fold-compare.ll
2009-12-17 Eli FriedmanAggressively flip compare constant expressions where...