diff options
author | Eric Christopher <echristo@gmail.com> | 2015-04-19 03:20:59 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-04-19 03:20:59 +0000 |
commit | 78804ab2df11e3aed890ab83ac4d2bcee9decb88 (patch) | |
tree | cd481a3865423c7f28fc338d2c11b38aeafb7af8 /llvm/lib/CodeGen/TargetOptionsImpl.cpp | |
parent | cc36f41258807dd784b7de5861ad151836910eb0 (diff) | |
download | bcm5719-llvm-78804ab2df11e3aed890ab83ac4d2bcee9decb88.tar.gz bcm5719-llvm-78804ab2df11e3aed890ab83ac4d2bcee9decb88.zip |
Remove the CFIEnforcing flag from TargetOptions as it is unused.
llvm-svn: 235267
Diffstat (limited to 'llvm/lib/CodeGen/TargetOptionsImpl.cpp')
-rw-r--r-- | llvm/lib/CodeGen/TargetOptionsImpl.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/TargetOptionsImpl.cpp b/llvm/lib/CodeGen/TargetOptionsImpl.cpp index 618d903a090..41c66bb8dc2 100644 --- a/llvm/lib/CodeGen/TargetOptionsImpl.cpp +++ b/llvm/lib/CodeGen/TargetOptionsImpl.cpp @@ -53,8 +53,7 @@ StringRef TargetOptions::getTrapFunctionName() const { } /// 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 -/// (!TargetOptions::CFIEnforcing). +/// the function that gets called on CFI violations in CFI non-enforcing mode. StringRef TargetOptions::getCFIFuncName() const { return CFIFuncName; } |