mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173033 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b5da8a4ae1
commit
184e3ff52c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user