[PATCH] D33706: CodeGen: Cast temporary variable to proper address space

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 2 09:21:16 PDT 2017


rjmccall added a comment.

Thanks.  One tweak and then LGTM.



================
Comment at: lib/CodeGen/CodeGenFunction.h:1937
+  /// to the stack.
+
+  /// Because the address of a temporary is often exposed to the program in
----------------
This line should have ///.


https://reviews.llvm.org/D33706





More information about the cfe-commits mailing list