aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-03-05 23:29:52 -0800
committerStephen Hines <srhines@google.com>2013-03-05 23:32:50 -0800
commit2123c1c0de9e6006dfffe9123b4b992703202e3e (patch)
tree581fcb48ae61d4b4b51aea677ba7227c67d0ef7d /lib/Analysis
parent5adb136be579e8fff3734461580cb34d1d2983b8 (diff)
downloadexternal_llvm-2123c1c0de9e6006dfffe9123b4b992703202e3e.zip
external_llvm-2123c1c0de9e6006dfffe9123b4b992703202e3e.tar.gz
external_llvm-2123c1c0de9e6006dfffe9123b4b992703202e3e.tar.bz2
Update build rules for LLVM merge to version 176139.
Change-Id: Ibb71ad9a6a2ed05dbf87f249ac42b1355e3fa41a
Diffstat (limited to 'lib/Analysis')
-rw-r--r--lib/Analysis/Android.mk1
-rw-r--r--lib/Analysis/IPA/Android.mk4
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/Analysis/Android.mk b/lib/Analysis/Android.mk
index c2ff493..6153df4 100644
--- a/lib/Analysis/Android.mk
+++ b/lib/Analysis/Android.mk
@@ -20,7 +20,6 @@ analysis_SRC_FILES := \
DomPrinter.cpp \
DominanceFrontier.cpp \
IVUsers.cpp \
- InlineCost.cpp \
InstCount.cpp \
InstructionSimplify.cpp \
Interval.cpp \
diff --git a/lib/Analysis/IPA/Android.mk b/lib/Analysis/IPA/Android.mk
index a1f47f3..ff8a4ae 100644
--- a/lib/Analysis/IPA/Android.mk
+++ b/lib/Analysis/IPA/Android.mk
@@ -3,9 +3,11 @@ LOCAL_PATH:= $(call my-dir)
analysis_ipa_SRC_FILES := \
CallGraph.cpp \
CallGraphSCCPass.cpp \
+ CallPrinter.cpp \
FindUsedTypes.cpp \
GlobalsModRef.cpp \
- IPA.cpp
+ IPA.cpp \
+ InlineCost.cpp
# For the host
# =====================================================