mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
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. llvm-svn: 173033
This commit is contained in:
@@ -18,7 +18,6 @@ add_llvm_library(LLVMAnalysis
|
||||
DomPrinter.cpp
|
||||
DominanceFrontier.cpp
|
||||
IVUsers.cpp
|
||||
InlineCost.cpp
|
||||
InstCount.cpp
|
||||
InstructionSimplify.cpp
|
||||
Interval.cpp
|
||||
|
||||
@@ -5,6 +5,7 @@ add_llvm_library(LLVMipa
|
||||
FindUsedTypes.cpp
|
||||
GlobalsModRef.cpp
|
||||
IPA.cpp
|
||||
InlineCost.cpp
|
||||
)
|
||||
|
||||
add_dependencies(LLVMipa intrinsics_gen)
|
||||
|
||||
Reference in New Issue
Block a user