diff options
author | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2022-12-05 00:52:00 +0100 |
---|---|---|
committer | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2022-12-05 00:52:00 +0100 |
commit | 122efef8ee9be57055d204d52c38700fe933c033 (patch) | |
tree | 002f49a7a95562c43e775337c62273b316fcebc8 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 2577cb7a20c20186c8e64d43b21a597f40565f59 (diff) | |
download | llvm-122efef8ee9be57055d204d52c38700fe933c033.zip llvm-122efef8ee9be57055d204d52c38700fe933c033.tar.gz llvm-122efef8ee9be57055d204d52c38700fe933c033.tar.bz2 |
Revert "Reapply "[CodeGen] Add new pass for late cleanup of redundant definitions.""
This reverts commit 17db0de330f943833296ae72e26fa988bba39cb3.
Some more bots got broken - need to investigate.
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); |