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

John McCall via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 17:38:04 PDT 2016


rjmccall added inline comments.


================
Comment at: lib/Transforms/IPO/LowerTypeTests.cpp:875
   // Build and set the jump table's initializer.
   std::vector<Constant *> JumpTableEntries;
+
----------------
This variable is dead now.


Repository:
  rL LLVM

https://reviews.llvm.org/D25927





More information about the llvm-commits mailing list