aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2021-12-07 10:50:08 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2021-12-07 13:06:34 -0800
commit02940d6d22022dbad45efa0c9a5cc772ba844da4 (patch)
tree39749f5b8891dfaa80b438eb715ef8d6bf9557c6 /llvm/lib/CodeGen/CodeGen.cpp
parentd9b1d827d2e9ae135901b6eccf25a05ef49f38af (diff)
downloadllvm-02940d6d22022dbad45efa0c9a5cc772ba844da4.zip
llvm-02940d6d22022dbad45efa0c9a5cc772ba844da4.tar.gz
llvm-02940d6d22022dbad45efa0c9a5cc772ba844da4.tar.bz2
Revert "CycleInfo: Introduce cycles as a generalization of loops"
This reverts commit 0fe61ecc2cef333250a152cd90d80d0b802b27db because it breaks the modules build. https://green.lab.llvm.org/green/job/clang-stage2-rthinlto/4858/ https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/39112/
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGen.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp
index 7c236a9..bbdd8aa 100644
--- a/llvm/lib/CodeGen/CodeGen.cpp
+++ b/llvm/lib/CodeGen/CodeGen.cpp
@@ -68,8 +68,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
initializeMachineCSEPass(Registry);
initializeMachineCombinerPass(Registry);
initializeMachineCopyPropagationPass(Registry);
- initializeMachineCycleInfoPrinterPassPass(Registry);
- initializeMachineCycleInfoWrapperPassPass(Registry);
initializeMachineDominatorTreePass(Registry);
initializeMachineFunctionPrinterPassPass(Registry);
initializeMachineLICMPass(Registry);