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 12:58:20 +0000 (13:58 +0100)
commit1efcc22cd1895c48adccbe49270d8e8583c2b12d
tree9ea6171a7670f8930e219f8a74875c4af19e5c9f
parent264e63bb899320a779264964aee6b868de25515e
Fix another case of un-verified dead code.

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

Change-Id: Ie77ccf17ce2a69c86b2278f7920aa4ad39bf142b
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]