OSDN Git Service

Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
authorBill Wendling <isanbard@gmail.com>
Wed, 3 Aug 2011 22:18:20 +0000 (22:18 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 3 Aug 2011 22:18:20 +0000 (22:18 +0000)
commit2626dba9c5515d2e534c117bb16ceb03dd4d0930
treebcb8a124d8e55520c15a83e34a9762d4f9b73fbb
parent56cb3e3ccbc766086841d04fb8f136c7b4718dd5
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
This is some of my original LLVM code. *wipes tear*

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136821 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
docs/Passes.html
docs/ReleaseNotes.html
include/llvm-c/Transforms/IPO.h
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/IPO.h
lib/Transforms/IPO/CMakeLists.txt
lib/Transforms/IPO/IPO.cpp
lib/Transforms/IPO/LowerSetJmp.cpp [deleted file]
test/Transforms/LowerSetJmp/2003-11-05-DominanceProperties.ll [deleted file]
test/Transforms/LowerSetJmp/dg.exp [deleted file]
test/Transforms/LowerSetJmp/simpletest.ll [deleted file]
tools/opt/opt.cpp