Skip to content

Commit

Permalink
Sink InlineCost.cpp into IPA -- it is now officially an interprocedural
Browse files Browse the repository at this point in the history
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
  • Loading branch information
chandlerc committed Jan 21, 2013
1 parent b5da8a4 commit 184e3ff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/Analysis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ add_llvm_library(LLVMAnalysis
DomPrinter.cpp
DominanceFrontier.cpp
IVUsers.cpp
InlineCost.cpp
InstCount.cpp
InstructionSimplify.cpp
Interval.cpp
Expand Down
1 change: 1 addition & 0 deletions lib/Analysis/IPA/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ add_llvm_library(LLVMipa
FindUsedTypes.cpp
GlobalsModRef.cpp
IPA.cpp
InlineCost.cpp
)

add_dependencies(LLVMipa intrinsics_gen)
File renamed without changes.

0 comments on commit 184e3ff

Please sign in to comment.