From d2e3ddad1442a0c69e917d45ad821e98338d4bf1 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sun, 19 Apr 2015 03:21:04 +0000 Subject: Remove CFIFuncName from TargetOptions as it is currently unused. llvm-svn: 235268 --- llvm/lib/CodeGen/TargetOptionsImpl.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/TargetOptionsImpl.cpp b/llvm/lib/CodeGen/TargetOptionsImpl.cpp index 41c66bb8dc2..3ca2017550c 100644 --- a/llvm/lib/CodeGen/TargetOptionsImpl.cpp +++ b/llvm/lib/CodeGen/TargetOptionsImpl.cpp @@ -51,9 +51,3 @@ bool TargetOptions::HonorSignDependentRoundingFPMath() const { StringRef TargetOptions::getTrapFunctionName() const { return TrapFuncName; } - -/// getCFIFuncName - If this returns a non-empty string, then it is the name of -/// the function that gets called on CFI violations in CFI non-enforcing mode. -StringRef TargetOptions::getCFIFuncName() const { - return CFIFuncName; -} -- cgit v1.2.3