aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/CMakeLists.txt
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/IR/CMakeLists.txt
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/IR/CMakeLists.txt')
-rw-r--r--llvm/lib/IR/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/CMakeLists.txt b/llvm/lib/IR/CMakeLists.txt
index 2c09e57..7f6e698 100644
--- a/llvm/lib/IR/CMakeLists.txt
+++ b/llvm/lib/IR/CMakeLists.txt
@@ -27,7 +27,6 @@ add_llvm_component_library(LLVMCore
Globals.cpp
IRBuilder.cpp
IRPrintingPasses.cpp
- SSAContext.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp