diff options
author | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2022-12-01 13:29:24 -0500 |
---|---|---|
committer | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2022-12-01 13:29:24 -0500 |
commit | 8ef4632681227661ca3c4b608298da99f8552597 (patch) | |
tree | fec34c2313313c7681520512237f7b47518b69c3 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 6d12599fd4134c1da63198c74a25490d28c733f6 (diff) | |
download | llvm-8ef4632681227661ca3c4b608298da99f8552597.zip llvm-8ef4632681227661ca3c4b608298da99f8552597.tar.gz llvm-8ef4632681227661ca3c4b608298da99f8552597.tar.bz2 |
Revert "[CodeGen] Add new pass for late cleanup of redundant definitions."
Temporarily revert and fix buildbot failure.
This reverts commit 6d12599fd4134c1da63198c74a25490d28c733f6.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CodeGen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp index beedd94..a8bde3b 100644 --- a/llvm/lib/CodeGen/CodeGen.cpp +++ b/llvm/lib/CodeGen/CodeGen.cpp @@ -78,7 +78,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) { initializeMachineCycleInfoWrapperPassPass(Registry); initializeMachineDominatorTreePass(Registry); initializeMachineFunctionPrinterPassPass(Registry); - initializeMachineLateInstrsCleanupPass(Registry); initializeMachineLICMPass(Registry); initializeMachineLoopInfoPass(Registry); initializeMachineModuleInfoWrapperPassPass(Registry); |