diff options
author | Eric Christopher <echristo@gmail.com> | 2015-02-27 19:03:38 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-02-27 19:03:38 +0000 |
commit | 3b94e33277beebd8ec3e654702d4fa912803115d (patch) | |
tree | 6bfe4d07089970afe15aff82a3f96fcf98bc5228 /llvm/lib/Analysis/Analysis.cpp | |
parent | ac631cb03dd6731345ffb7c3ad9b4808585f9a30 (diff) | |
download | bcm5719-llvm-3b94e33277beebd8ec3e654702d4fa912803115d.tar.gz bcm5719-llvm-3b94e33277beebd8ec3e654702d4fa912803115d.zip |
Remove the Forward Control Flow Integrity pass and its dependencies.
This work is currently being rethought along different lines and
if this work is needed it can be resurrected out of svn. Remove it
for now as no current work in ongoing on it and it's unused. Verified
with the authors before removal.
llvm-svn: 230780
Diffstat (limited to 'llvm/lib/Analysis/Analysis.cpp')
-rw-r--r-- | llvm/lib/Analysis/Analysis.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/Analysis.cpp b/llvm/lib/Analysis/Analysis.cpp index 1bfb06d2c9c..4549c1e969f 100644 --- a/llvm/lib/Analysis/Analysis.cpp +++ b/llvm/lib/Analysis/Analysis.cpp @@ -49,7 +49,6 @@ void llvm::initializeAnalysis(PassRegistry &Registry) { initializeIVUsersPass(Registry); initializeInstCountPass(Registry); initializeIntervalPartitionPass(Registry); - initializeJumpInstrTableInfoPass(Registry); initializeLazyValueInfoPass(Registry); initializeLibCallAliasAnalysisPass(Registry); initializeLintPass(Registry); |