diff options
author | Dan Gohman <gohman@apple.com> | 2011-02-28 19:37:59 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2011-02-28 19:37:59 +0000 |
commit | c92383fd0d5ec4aea4745e04071fa61d1b24230a (patch) | |
tree | a9e77b0d319936c88a0b3321e410d2313651cee8 /lib/Analysis/Analysis.cpp | |
parent | bafd516d3ea1204cdd0dff1765d47d11a99efd83 (diff) |
Delete the LiveValues pass. I won't get get back to the project it
was started for in the foreseeable future.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126668 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/Analysis.cpp')
-rw-r--r-- | lib/Analysis/Analysis.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/Analysis.cpp b/lib/Analysis/Analysis.cpp index 1af1c35f53..74a2764326 100644 --- a/lib/Analysis/Analysis.cpp +++ b/lib/Analysis/Analysis.cpp @@ -43,7 +43,6 @@ void llvm::initializeAnalysis(PassRegistry &Registry) { initializeLazyValueInfoPass(Registry); initializeLibCallAliasAnalysisPass(Registry); initializeLintPass(Registry); - initializeLiveValuesPass(Registry); initializeLoopDependenceAnalysisPass(Registry); initializeLoopInfoPass(Registry); initializeMemDepPrinterPass(Registry); |