Fix build break: remove unused variable in FCFI.

llvm-svn: 221710
This commit is contained in:
Tom Roeder 2014-11-11 21:26:33 +00:00
parent 8ad4f498fb
commit 6312f4a422
1 changed files with 0 additions and 1 deletions

View File

@ -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),