OSDN Git Service

Fix inlining and lse bugs with unresolved access.
authorNicolas Geoffray <ngeoffray@google.com>
Sat, 31 Oct 2015 22:21:31 +0000 (22:21 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 2 Nov 2015 13:45:30 +0000 (13:45 +0000)
commitd930929be93798d790c91dd05adf2c038508f1b0
treeef7a9b70e2e8f14ae2b49a07ca04b2fa1cee8496
parent289c4e3a10acb6d0250dc25dd42465ca4d08c762
Fix inlining and lse bugs with unresolved access.

bug:25414532

Change-Id: I48b6660754774ea3e8a62a74175b1aa3728e0151
compiler/optimizing/inliner.cc
compiler/optimizing/load_store_elimination.cc
compiler/optimizing/nodes.h
test/542-unresolved-access-check/expected.txt [new file with mode: 0644]
test/542-unresolved-access-check/info.txt [new file with mode: 0644]
test/542-unresolved-access-check/src/Main.java [new file with mode: 0644]
test/542-unresolved-access-check/src/p1/InP1.java [new file with mode: 0644]
test/542-unresolved-access-check/src/p1/OtherInP1.java [new file with mode: 0644]
test/542-unresolved-access-check/src/p1/PlaceHolder.java [new file with mode: 0644]