summaryrefslogtreecommitdiffstats
path: root/compiler/Android.mk
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-04-22 18:45:06 -0700
committerAndreas Gampe <agampe@google.com>2015-04-22 18:45:06 -0700
commit1b717f63847de8762e7f7bdd6708fdfae9d24a67 (patch)
treee87208bc72796fb310750677650b2e8344f9f81c /compiler/Android.mk
parent8e58d76eb30a50e38c46bd6277186116937ba396 (diff)
downloadart-1b717f63847de8762e7f7bdd6708fdfae9d24a67.zip
art-1b717f63847de8762e7f7bdd6708fdfae9d24a67.tar.gz
art-1b717f63847de8762e7f7bdd6708fdfae9d24a67.tar.bz2
Revert "Quick: Rewrite type inference pass."
Breaks arm64, as the method register is not correctly flagged as ref and thus 32bit. Bug: 19419671 This reverts commit e490b01c12d33f3bd5c247b55b47e507cc9c8fab.
Diffstat (limited to 'compiler/Android.mk')
-rw-r--r--compiler/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/Android.mk b/compiler/Android.mk
index 0ad77b4..ac95abd 100644
--- a/compiler/Android.mk
+++ b/compiler/Android.mk
@@ -23,7 +23,6 @@ LIBART_COMPILER_SRC_FILES := \
dex/global_value_numbering.cc \
dex/gvn_dead_code_elimination.cc \
dex/local_value_numbering.cc \
- dex/type_inference.cc \
dex/quick/arm/assemble_arm.cc \
dex/quick/arm/call_arm.cc \
dex/quick/arm/fp_arm.cc \