OSDN Git Service

Pass the verified method to the inlinee DexCompilationUnit.
authorNicolas Geoffray <ngeoffray@google.com>
Fri, 7 Aug 2015 04:10:30 +0000 (21:10 -0700)
committerNicolas Geoffray <ngeoffray@google.com>
Fri, 7 Aug 2015 04:13:54 +0000 (21:13 -0700)
commit08624c50f488ecd845e48683e84726ff8c53e6a7
tree8302f7b01f06916a5f94e76f16ea71f16f323c3c
parent7fbaa22e10979cf17b8c1c0c96bef4919e9d4163
Pass the verified method to the inlinee DexCompilationUnit.

Sharpening and other optimizations in compiler driver rely
on having it there.

Also fixes a warning for the intrinsics code.

bug:22866717
Change-Id: I6ac4f55e9e77452a4ea9e0d0dd0ad70124a95a55
compiler/optimizing/inliner.cc