[PATCH] Refactor: Simplify boolean conditional return statements in lib/Target/SystemZ

Richard legalize at xmission.com
Mon May 25 10:05:31 PDT 2015


================
Comment at: lib/Target/SystemZ/SystemZInstrInfo.cpp:507
@@ -512,1 +506,3 @@
+  return STI.hasLoadStoreOnCond() &&
+      getConditionalMove(Opcode);
 }
----------------
craig.topper wrote:
> Can this just be on the previous line and still fit 80 columns?
Fixed.

http://reviews.llvm.org/D9986

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list