From 15d6f7c3cc53262a9d06d0e4e1d963615fc81a59 Mon Sep 17 00:00:00 2001 From: Tom Roeder Date: Tue, 11 Nov 2014 21:26:33 +0000 Subject: [PATCH] Fix build break: remove unused variable in FCFI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221710 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/ForwardControlFlowIntegrity.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/CodeGen/ForwardControlFlowIntegrity.cpp b/lib/CodeGen/ForwardControlFlowIntegrity.cpp index 679faeffefc..5e7e853707d 100644 --- a/lib/CodeGen/ForwardControlFlowIntegrity.cpp +++ b/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), -- 2.34.1