OSDN Git Service

ART: Remove old DCHECK that trips Baseline
authorDavid Brazdil <dbrazdil@google.com>
Thu, 18 Jun 2015 11:40:01 +0000 (12:40 +0100)
committerDavid Brazdil <dbrazdil@google.com>
Thu, 18 Jun 2015 11:49:12 +0000 (12:49 +0100)
commit015c7e63604c038e866d7af3850c557403cddc8b
treeb1ce605a0be44fcb18a9b48eff7e8b88e673d710
parent3c4fb2d1836a81823677191ad91203779427b610
ART: Remove old DCHECK that trips Baseline

Codegen verified that the entry block always falls through to the next
block. While this is the case with Optimizing, it doesn't hold for
Baseline but it doesn't need to since codegen handles it fine.

Bug:21913514
Change-Id: I751ef227e6cf103af3e7fc35fca4b01c663385a1
compiler/optimizing/code_generator.cc
test/504-regression-baseline-entry/expected.txt [new file with mode: 0644]
test/504-regression-baseline-entry/info.txt [new file with mode: 0644]
test/504-regression-baseline-entry/smali/Test.smali [new file with mode: 0644]
test/504-regression-baseline-entry/src/Main.java [new file with mode: 0644]