[PATCH] D22160: PowerPC: Avoid implicit iterator conversions, NFC

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 15:34:12 PDT 2016


mehdi_amini added a subscriber: mehdi_amini.
mehdi_amini accepted this revision.
mehdi_amini added a reviewer: mehdi_amini.
mehdi_amini added a comment.
This revision is now accepted and ready to land.

This is very mechanical (and passed bootstrap testing already apparently). LGTM.


================
Comment at: lib/Target/PowerPC/PPCVSXCopy.cpp:120
@@ -123,1 +119,3 @@
+              .addImm(IsVRReg(SrcMO.getReg(), MRI) ? PPC::sub_128
+                                                   : PPC::sub_64);
 
----------------
You're changing nothing but the formatting on this line, aren't you?


https://reviews.llvm.org/D22160





More information about the llvm-commits mailing list