[PATCH] D14871: [Power PC] fix calculating address of arguments on stack for variadic functions

John McCall via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 1 11:31:54 PST 2015


rjmccall added a comment.

Please feel free to commit after you make this last change.


================
Comment at: lib/CodeGen/TargetInfo.cpp:216
@@ +215,3 @@
+  }
+  else {
+    Addr = Address(Ptr, SlotSize); 
----------------
LLVM code style is to put the else on the same line as the closing brace.


http://reviews.llvm.org/D14871





More information about the cfe-commits mailing list