aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>2022-12-01 13:29:24 -0500
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>2022-12-01 13:29:24 -0500
commit8ef4632681227661ca3c4b608298da99f8552597 (patch)
treefec34c2313313c7681520512237f7b47518b69c3 /llvm/lib/CodeGen/CMakeLists.txt
parent6d12599fd4134c1da63198c74a25490d28c733f6 (diff)
downloadllvm-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/CMakeLists.txt')
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index 35d1012..db3b618 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/lib/CodeGen/CMakeLists.txt
@@ -119,7 +119,6 @@ add_llvm_component_library(LLVMCodeGen
MachineFunctionSplitter.cpp
MachineInstrBundle.cpp
MachineInstr.cpp
- MachineLateInstrsCleanup.cpp
MachineLICM.cpp
MachineLoopInfo.cpp
MachineLoopUtils.cpp