mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
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
This commit is contained in:
@@ -43,7 +43,6 @@ void llvm::initializeAnalysis(PassRegistry &Registry) {
|
||||
initializeLazyValueInfoPass(Registry);
|
||||
initializeLibCallAliasAnalysisPass(Registry);
|
||||
initializeLintPass(Registry);
|
||||
initializeLiveValuesPass(Registry);
|
||||
initializeLoopDependenceAnalysisPass(Registry);
|
||||
initializeLoopInfoPass(Registry);
|
||||
initializeMemDepPrinterPass(Registry);
|
||||
|
Reference in New Issue
Block a user