[PATCH] D25293: Create llvm.addressofreturnaddress intrinsic

Albert Gutowski via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 16:08:49 PDT 2016


agutowski added inline comments.


================
Comment at: lib/CodeGen/IntrinsicLowering.cpp:446
+    CI->replaceAllUsesWith(ConstantPointerNull::get(
+                                            cast<PointerType>(CI->getType())));
+    break;
----------------
rnk wrote:
> is that what clang-format does?
No, that was how it was formatted above, in return/frame address. I applied clang-format in both places now.


https://reviews.llvm.org/D25293





More information about the llvm-commits mailing list