rovka added inline comments. ================ Comment at: lib/Target/ARM/Thumb2SizeReduction.cpp:464 @@ +463,3 @@ + MI->eraseFromParent(); + return true; + } ---------------- Shouldn't you also update the statistics here (++NumLdSts)? Repository: rL LLVM http://reviews.llvm.org/D20702