[PATCH] D9987: Refactor: Simplify boolean conditional return statements in lib/Target/X86
Bruno Cardoso Lopes via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 11:28:25 PDT 2015
bruno added inline comments.
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:3643
@@ -3648,2 +3642,3 @@
+ return canGuaranteeTCO(CalleeCC) && CCMatch;
}
----------------
The curly braces are useless now, you should also remove them.
http://reviews.llvm.org/D9987
More information about the llvm-commits
mailing list