summaryrefslogtreecommitdiffstats
path: root/compiler/Android.mk
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2014-02-26 11:24:15 +0000
committerVladimir Marko <vmarko@google.com>2014-03-03 12:55:45 +0000
commitbe0e546730e532ef0987cd4bde2c6f5a1b14dd2a (patch)
tree41aa0541ec85b8e26c5e50cc7341f506f5d52314 /compiler/Android.mk
parentcc261bfd336eddac18b85d4eb47f6c905d495241 (diff)
downloadart-be0e546730e532ef0987cd4bde2c6f5a1b14dd2a.tar.gz
art-be0e546730e532ef0987cd4bde2c6f5a1b14dd2a.tar.bz2
art-be0e546730e532ef0987cd4bde2c6f5a1b14dd2a.zip
Cache field lowering info in mir_graph.
Change-Id: I9f9d76e3ae6c31e88bdf3f59820d31a625da020f
Diffstat (limited to 'compiler/Android.mk')
-rw-r--r--compiler/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/Android.mk b/compiler/Android.mk
index b1b6fc5c66..2f785ce5d7 100644
--- a/compiler/Android.mk
+++ b/compiler/Android.mk
@@ -50,6 +50,7 @@ LIBART_COMPILER_SRC_FILES := \
dex/quick/x86/utility_x86.cc \
dex/dex_to_dex_compiler.cc \
dex/mir_dataflow.cc \
+ dex/mir_field_info.cc \
dex/mir_optimization.cc \
dex/pass_driver.cc \
dex/bb_optimizations.cc \