(sub X, imm) gets canonicalized to (add X, -imm)
[oota-llvm.git] / test / CodeGen / ARM / 2010-09-21-OptCmpBug.ll
2010-09-21 Evan ChengOptimizeCompareInstr should avoid iterating pass the...