OSDN Git Service

Fix another case of un-verified dead code.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 24 Jun 2015 11:41:20 +0000 (12:41 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 24 Jun 2015 15:16:25 +0000 (16:16 +0100)
commit310b0f5f15ac9ef8fb7ed0a12ff9ba3e4da17033
tree1c6a8e98be5fb264095725067dc729b87c45af69
parent1a63351b4b68a9ffb4e55ce8185e13cda6893ec1
Fix another case of un-verified dead code.

bug:22042796
https://code.google.com/p/android/issues/detail?id=178008

(cherry picked from commit 1efcc22cd1895c48adccbe49270d8e8583c2b12d)

Change-Id: I5c0d783e842da39cd3dcbb2f18ccf784e797a64f
compiler/optimizing/builder.cc
test/516-dead-move-result/expected.txt [new file with mode: 0644]
test/516-dead-move-result/info.txt [new file with mode: 0644]
test/516-dead-move-result/smali/MoveResult.smali [new file with mode: 0644]
test/516-dead-move-result/src/Main.java [new file with mode: 0644]