commit | 30eb58c548bee08468f68eb140a74a51dd7d9b43 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Mon Jun 29 10:56:34 2015 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Mon Jun 29 10:59:19 2015 +0100 |
tree | 28412484547b9bfb4a4773df103cef5f485c3a67 | |
parent | 8d1a8c00b89775a251ac5e26a557f81ac1491a44 [diff] |
Do not update the type of something we already know. This is both an optimization to avoid unneeded nodes, and correctness to avoid replacing the second input of `HInstanceOf` and `HCheckCast` to something that is not `HLoadClass`. bug:22116987 Change-Id: I4907197a9002883d7cae8265a9642512b6201396