diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-06-17 10:17:49 +0100 |
---|---|---|
committer | Mingyao Yang <mingyao@google.com> | 2015-06-19 13:31:11 -0700 |
commit | 31fa4b57132a2352630b599b4da7e69f77376dcb (patch) | |
tree | 55ab8e06188a6c6ed3358f03c4e6d0b8164e3956 /test/499-bce-phi-array-length/info.txt | |
parent | bca381a12965a98e3727e93986dd0a195db500a0 (diff) | |
download | art-31fa4b57132a2352630b599b4da7e69f77376dcb.zip art-31fa4b57132a2352630b599b4da7e69f77376dcb.tar.gz art-31fa4b57132a2352630b599b4da7e69f77376dcb.tar.bz2 |
Remove bogus DCHECK in BCE.
When creating a phi for the array length when we add HDeoptimization
nodes, we might update accesses in inner loops to use that phi instead
of the array length. The BCE phase was not expecting this case.
Bug: 21034044
(cherry picked from commit 3cde6227678cf62e06bca264671d1e957456ac3d)
Change-Id: I639f4ea6f5889726142041a42736183f162c7437
Diffstat (limited to 'test/499-bce-phi-array-length/info.txt')
-rw-r--r-- | test/499-bce-phi-array-length/info.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/499-bce-phi-array-length/info.txt b/test/499-bce-phi-array-length/info.txt new file mode 100644 index 0000000..ee52699 --- /dev/null +++ b/test/499-bce-phi-array-length/info.txt @@ -0,0 +1,2 @@ +Regression test for BCE phase of optimizing. See Main.java +for a description of the bug. |