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
This commit is contained in:
Chandler Carruth 2013-01-21 12:09:41 +00:00
parent b5da8a4ae1
commit 184e3ff52c
3 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@ add_llvm_library(LLVMAnalysis
DomPrinter.cpp
DominanceFrontier.cpp
IVUsers.cpp
InlineCost.cpp
InstCount.cpp
InstructionSimplify.cpp
Interval.cpp

View File

@ -5,6 +5,7 @@ add_llvm_library(LLVMipa
FindUsedTypes.cpp
GlobalsModRef.cpp
IPA.cpp
InlineCost.cpp
)
add_dependencies(LLVMipa intrinsics_gen)