[PATCH] D11054: [ARM] Refactor converting Thumb1 from 3 to 2 operand (nfc)

Renato Golin renato.golin at linaro.org
Thu Jul 9 03:37:31 PDT 2015


rengolin accepted this revision.
rengolin added a reviewer: rengolin.
This revision is now accepted and ready to land.

================
Comment at: lib/Target/ARM/AsmParser/ARMAsmParser.cpp:5489
@@ +5488,3 @@
+  // then transform to 2 operand version of the same instruction
+  // e.g. 'adds r0, r0, #1' transforms to 'adds r0, #1'
+  if (!(Mnemonic == "add" || Mnemonic == "sub" || Mnemonic == "and" ||
----------------
This comment should probably be moved down...


http://reviews.llvm.org/D11054







More information about the llvm-commits mailing list