commit | dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9f | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Thu Jun 18 12:40:01 2015 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Fri Jun 19 09:49:23 2015 +0100 |
tree | 705982e99c6a071b0337b63658cf071a8a212c2a | |
parent | 122349a7672da6636ca94aded7f2d3642f9962e3 [diff] |
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 (cherry picked from commit 015c7e63604c038e866d7af3850c557403cddc8b)