commit | 9f389d4d00f34a6c76e55b183b8c3d106e314261 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Thu Oct 01 14:32:56 2015 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Thu Oct 01 14:34:35 2015 +0100 |
tree | da686105f2382f4c4db58bfb1429ff544bbbd694 | |
parent | 9664c08964c7db92151335023c6ea595f75f4033 [diff] |
ART: Fix a static_cast int32_t -> uint64_t bug. HConstant::GetValueAsUint64 is used by SsaChecker to verify that equivalent phis are created only for untyped constants. The test would fail because a static_cast would sign extend the value of the IntConstant. Bug: 24561315 Change-Id: I818ce6a2080994a7c4395d084c1df7fd615a246d