OSDN Git Service

ART: Refactor run-test 482-loop-back-edge-use
authorDavid Brazdil <dbrazdil@google.com>
Wed, 23 Sep 2015 10:24:56 +0000 (11:24 +0100)
committerDavid Brazdil <dbrazdil@google.com>
Wed, 23 Sep 2015 11:27:16 +0000 (12:27 +0100)
commit29c8680e0146caadaf30f441f68779cc2b963f62
tree9640557508b1239509304a87836584c4d73359aa
parenta28cae4d38020ea5c42c203414eaa667743ffd1e
ART: Refactor run-test 482-loop-back-edge-use

The test used to rely on absolute liveness positions of instructions.
This was painful but worked on all architectures because all passes
were platform agnostic. This does not apply any more and the test
needed to be rewritten.

Change-Id: I423e61ba64a9522361f8e20c27b1975656419f67
test/482-checker-loop-back-edge-use/src/Main.java