diff options
Diffstat (limited to 'llvm/lib/CodeGen/ForwardControlFlowIntegrity.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ForwardControlFlowIntegrity.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ForwardControlFlowIntegrity.cpp b/llvm/lib/CodeGen/ForwardControlFlowIntegrity.cpp index 679faeffefc..5e7e853707d 100644 --- a/llvm/lib/CodeGen/ForwardControlFlowIntegrity.cpp +++ b/llvm/lib/CodeGen/ForwardControlFlowIntegrity.cpp @@ -81,7 +81,6 @@ static bool isIndirectCall(CallSite &CS) { } static const char cfi_failure_func_name[] = "__llvm_cfi_pointer_warning"; -static const char cfi_func_name_prefix[] = "__llvm_cfi_function_"; ForwardControlFlowIntegrity::ForwardControlFlowIntegrity() : ModulePass(ID), IndirectCalls(), JTType(JumpTable::Single), |