Fix an incorrect logic causing instcombine to miss some _chk -> non-chk transformations.
[oota-llvm.git] / test / Transforms / InstCombine / invariant.ll
2009-11-11 Duncan SandsDon't trivially delete unused calls to llvm.invariant...