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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits