Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not create a HBoundType when the instruction is non-null. | Nicolas Geoffray | 2015-07-02 | 1 | -0/+15 |
| | | | | | | | | | | We don't need to refine the type after a null check, if the instruction is known non null or null. As a side effect, this avoids replacing HLoadClass instructions with HBoundType instructions. bug:22116987 Change-Id: I565ae95db5a64faec30e026674636e398e0bf445 | ||||
* | Revert "Revert "Do not update the type of something we already know."" | Nicolas Geoffray | 2015-06-29 | 3 | -0/+27 |
This reverts commit 63107a804ce17db9789051e1fe310d99d1dae1cb. bug:22116987 (cherry picked from commit f9a199571417b5a5a62d94d05a064077e14dd2c4) Change-Id: Ia516f2cbce6d22df37f3a0854abdd0b54d3ea72d |