Use a sign-extend instead of a zero-extend when promoting a
[oota-llvm.git] / test / Transforms / IndVarSimplify / preserve-signed-wrap.ll
2009-02-18 Dan GohmanUse a sign-extend instead of a zero-extend when promoting a
2009-02-18 Dan GohmanFix a corner case in the new indvars promotion logic...