Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 184e3ff

Browse files
committed
Sink InlineCost.cpp into IPA -- it is now officially an interprocedural
analysis. How cute that it wasn't previously. ;] Part of this confusion stems from the flattened header file tree. Thanks to Benjamin for pointing out the goof on IRC, and we're considering un-flattening the headers, so speak now if that would bug you. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173033 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent b5da8a4 commit 184e3ff

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

lib/Analysis/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ add_llvm_library(LLVMAnalysis
1818
DomPrinter.cpp
1919
DominanceFrontier.cpp
2020
IVUsers.cpp
21-
InlineCost.cpp
2221
InstCount.cpp
2322
InstructionSimplify.cpp
2423
Interval.cpp

lib/Analysis/IPA/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ add_llvm_library(LLVMipa
55
FindUsedTypes.cpp
66
GlobalsModRef.cpp
77
IPA.cpp
8+
InlineCost.cpp
89
)
910

1011
add_dependencies(LLVMipa intrinsics_gen)
File renamed without changes.

0 commit comments

Comments
 (0)