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/test/CodeGen/Generic | |
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/test/CodeGen/Generic')
-rw-r--r-- | llvm/test/CodeGen/Generic/stop-after.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/stop-after.ll b/llvm/test/CodeGen/Generic/stop-after.ll index 5e0e350bc7f..557e097840a 100644 --- a/llvm/test/CodeGen/Generic/stop-after.ll +++ b/llvm/test/CodeGen/Generic/stop-after.ll @@ -5,6 +5,6 @@ ; STOP: Loop Strength Reduction ; STOP-NEXT: Machine Function Analysis -; START: -machine-branch-prob -jump-instr-tables -gc-lowering +; START: -machine-branch-prob -gc-lowering ; START: FunctionPass Manager ; START-NEXT: Lower Garbage Collection Instructions |