[PATCH] Refactor: Simplify boolean conditional return statements in lib/Target/SystemZ
Craig Topper
craig.topper at gmail.com
Mon May 25 02:36:13 PDT 2015
================
Comment at: lib/Target/SystemZ/SystemZInstrInfo.cpp:507
@@ -512,1 +506,3 @@
+ return STI.hasLoadStoreOnCond() &&
+ getConditionalMove(Opcode);
}
----------------
Can this just be on the previous line and still fit 80 columns?
http://reviews.llvm.org/D9986
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list