recognize an unsigned add with overflow idiom into uadd.
[oota-llvm.git] / test / Transforms / LoopUnswitch / infinite-loop.ll
2010-09-01 Dan GohmanFix loop unswitching's assumption that a code path...