OSDN Git Service

Fix invariant in reference type propagation.
authorNicolas Geoffray <ngeoffray@google.com>
Fri, 11 Mar 2016 13:35:51 +0000 (13:35 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Fri, 11 Mar 2016 13:36:19 +0000 (13:36 +0000)
commit18401b748a3180f52e42547ede22d1b184fe8c43
treeaebee923635cc2563c74033b00ffc90ceadafed4
parentb7f257f353b1eb2db2732939a0404c118316891d
Fix invariant in reference type propagation.

Also some cleanups.

Change-Id: I7f0ec7d06b4bab10dbfa230c757447d311658f93
compiler/optimizing/nodes.cc
compiler/optimizing/nodes.h
compiler/optimizing/reference_type_propagation.cc
test/581-rtp/expected.txt [new file with mode: 0644]
test/581-rtp/info.txt [new file with mode: 0644]
test/581-rtp/src/Main.java [new file with mode: 0644]