diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-27 10:22:41 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-31 20:40:19 +0100 |
commit | d8126bef62df7f40f2e6abc74004f52e664daf45 (patch) | |
tree | 8e3d3eee847f8376541ddabc5274bd84bd13311d /test/Android.libarttest.mk | |
parent | ef3456f872539df65c4c88ca346713f74366d803 (diff) | |
download | art-d8126bef62df7f40f2e6abc74004f52e664daf45.zip art-d8126bef62df7f40f2e6abc74004f52e664daf45.tar.gz art-d8126bef62df7f40f2e6abc74004f52e664daf45.tar.bz2 |
Fix locations at environment uses.
We were too agressive in not recording environment uses
when the instruction was not of type object. We have to
record the use to the use list of an interval, but it should
not affect the live ranges of that interval.
Change-Id: Id16fb7cc06f14083766d408a345837793583b6ea
Diffstat (limited to 'test/Android.libarttest.mk')
-rw-r--r-- | test/Android.libarttest.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Android.libarttest.mk b/test/Android.libarttest.mk index 0cafb06..5e768ee 100644 --- a/test/Android.libarttest.mk +++ b/test/Android.libarttest.mk @@ -31,7 +31,8 @@ LIBARTTEST_COMMON_SRC_FILES := \ 454-get-vreg/get_vreg_jni.cc \ 455-set-vreg/set_vreg_jni.cc \ 457-regs/regs_jni.cc \ - 461-get-reference-vreg/get_reference_vreg_jni.cc + 461-get-reference-vreg/get_reference_vreg_jni.cc \ + 466-get-live-vreg/get_live_vreg_jni.cc ART_TARGET_LIBARTTEST_$(ART_PHONY_TEST_TARGET_SUFFIX) += $(ART_TARGET_TEST_OUT)/$(TARGET_ARCH)/libarttest.so ifdef TARGET_2ND_ARCH |