OSDN Git Service

ART: Fix loop information after dead code elimination
authorDavid Brazdil <dbrazdil@google.com>
Wed, 29 Apr 2015 16:16:07 +0000 (17:16 +0100)
committerDavid Brazdil <dbrazdil@google.com>
Wed, 29 Apr 2015 16:36:52 +0000 (17:36 +0100)
commit69a2804c3bb48cf4fd00a66080f613a4fd96c422
treeaab3f079d972bae71bbfa27fdca139738f41dbf0
parentf073a36d1ed866e786f7d7784c709c86b00bc58e
ART: Fix loop information after dead code elimination

Compilation failed when only some blocks of a loop were removed during
dead code elimination.

Bug: 20680703
Change-Id: If31025169ca493f0d7f7f2788576e98d05f03394
compiler/optimizing/dead_code_elimination.cc
compiler/optimizing/nodes.cc
compiler/optimizing/nodes.h
test/480-checker-dead-blocks/src/Main.java