OSDN Git Service

Fix reference comparison after redundant phi elimination.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 15 Jun 2015 08:01:08 +0000 (09:01 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Thu, 18 Jun 2015 08:22:38 +0000 (09:22 +0100)
commit23fad477d90b826956158aac41d70461c2c7a3ed
tree860abbd301c47e38a1535bf04063fdf800a5719d
parenta3b9d4eda1ef0845f307891f349eaf752750ac16
Fix reference comparison after redundant phi elimination.

Otherwise, the graph could remain mistyped.

bug:21776173

(cherry picked from commit 51d400d4ebd41b9fb4d67ac3179f8fb66a090fdd)

Change-Id: Iff36dfa4e79b14a9dd85c37e0fbb9e1080dd0364
compiler/optimizing/ssa_builder.cc
test/498-type-propagation/expected.txt [new file with mode: 0644]
test/498-type-propagation/info.txt [new file with mode: 0644]
test/498-type-propagation/smali/TypePropagation.smali [new file with mode: 0644]
test/498-type-propagation/src/Main.java [new file with mode: 0644]