Add check so we don't try to perform an impossible transformation. Fixes issue from...
[oota-llvm.git] / test / CodeGen / X86 / sub-with-overflow.ll
2011-03-08 Benjamin KramerX86: Fix the (saddo/ssub x, 1) -> incl/decl selection...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-01-07 Dan GohmanX86_COND_C and X86_COND_NC are alternate mnemonics for
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...