[llvm] r221710 - Fix build break: remove unused variable in FCFI.

Tom Roeder tmroeder at google.com
Tue Nov 11 13:26:33 PST 2014


Author: tmroeder
Date: Tue Nov 11 15:26:33 2014
New Revision: 221710

URL: http://llvm.org/viewvc/llvm-project?rev=221710&view=rev
Log:
Fix build break: remove unused variable in FCFI.

Modified:
    llvm/trunk/lib/CodeGen/ForwardControlFlowIntegrity.cpp

Modified: llvm/trunk/lib/CodeGen/ForwardControlFlowIntegrity.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ForwardControlFlowIntegrity.cpp?rev=221710&r1=221709&r2=221710&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/ForwardControlFlowIntegrity.cpp (original)
+++ llvm/trunk/lib/CodeGen/ForwardControlFlowIntegrity.cpp Tue Nov 11 15:26:33 2014
@@ -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),





More information about the llvm-commits mailing list