[PATCH] D25927: [cfi] Implement cfi-icall using inline assembly.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 19:26:01 PDT 2016


pcc added inline comments.


================
Comment at: lib/Transforms/IPO/LowerTypeTests.cpp:218
   IntegerType *Int32Ty = Type::getInt32Ty(M.getContext());
+  PointerType *Int8PtrTy = PointerType::getUnqual(Int8Ty);
   PointerType *Int32PtrTy = PointerType::getUnqual(Int32Ty);
----------------
You no longer need this variable.


Repository:
  rL LLVM

https://reviews.llvm.org/D25927





More information about the llvm-commits mailing list