diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2021-12-07 10:50:08 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2021-12-07 13:06:34 -0800 |
commit | 02940d6d22022dbad45efa0c9a5cc772ba844da4 (patch) | |
tree | 39749f5b8891dfaa80b438eb715ef8d6bf9557c6 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | d9b1d827d2e9ae135901b6eccf25a05ef49f38af (diff) | |
download | llvm-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.cpp | 2 |
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); |