aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-21 12:09:41 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-21 12:09:41 +0000
commit184e3ff52c7c1b279439c4a4a80c1d46a5a7293d (patch)
tree5fb3c440b70ddd7504205e2155af632a58b87d4a /lib/Analysis
parentb5da8a4ae1fbd8e4ffab06cfeb5b32a94d0381bb (diff)
downloadexternal_llvm-184e3ff52c7c1b279439c4a4a80c1d46a5a7293d.zip
external_llvm-184e3ff52c7c1b279439c4a4a80c1d46a5a7293d.tar.gz
external_llvm-184e3ff52c7c1b279439c4a4a80c1d46a5a7293d.tar.bz2
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
Diffstat (limited to 'lib/Analysis')
-rw-r--r--lib/Analysis/CMakeLists.txt1
-rw-r--r--lib/Analysis/IPA/CMakeLists.txt1
-rw-r--r--lib/Analysis/IPA/InlineCost.cpp (renamed from lib/Analysis/InlineCost.cpp)0
3 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt
index 78abe0f..4c64c4a 100644
--- a/lib/Analysis/CMakeLists.txt
+++ b/lib/Analysis/CMakeLists.txt
@@ -18,7 +18,6 @@ add_llvm_library(LLVMAnalysis
DomPrinter.cpp
DominanceFrontier.cpp
IVUsers.cpp
- InlineCost.cpp
InstCount.cpp
InstructionSimplify.cpp
Interval.cpp
diff --git a/lib/Analysis/IPA/CMakeLists.txt b/lib/Analysis/IPA/CMakeLists.txt
index 318119b..67b4135 100644
--- a/lib/Analysis/IPA/CMakeLists.txt
+++ b/lib/Analysis/IPA/CMakeLists.txt
@@ -5,6 +5,7 @@ add_llvm_library(LLVMipa
FindUsedTypes.cpp
GlobalsModRef.cpp
IPA.cpp
+ InlineCost.cpp
)
add_dependencies(LLVMipa intrinsics_gen)
diff --git a/lib/Analysis/InlineCost.cpp b/lib/Analysis/IPA/InlineCost.cpp
index cd211c4..cd211c4 100644
--- a/lib/Analysis/InlineCost.cpp
+++ b/lib/Analysis/IPA/InlineCost.cpp