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 | 161058838c05e74fa82a11af28c0ee339347b759 (patch) | |
tree | 89269fe4eff062a004f6daaa16ca6086a10811ac /llvm/lib/Analysis/Analysis.cpp | |
parent | 87d7408f29998b63da931db772053d62332844ca (diff) | |
download | bcm5719-llvm-161058838c05e74fa82a11af28c0ee339347b759.tar.gz bcm5719-llvm-161058838c05e74fa82a11af28c0ee339347b759.zip |
Delete the LiveValues pass. I won't get get back to the project it
was started for in the foreseeable future.
llvm-svn: 126668
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 1af1c35f539..74a27643269 100644 --- a/llvm/lib/Analysis/Analysis.cpp +++ b/llvm/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); |