Roland Levillain | b133ec6 | 2016-03-23 12:40:35 +0000 | [diff] [blame] | 1 | Regression test for art::PrepareForRegisterAllocation, which replaces |
2 | |||||
3 | ArraySet[array, index, BoundType[NullConstant]] | ||||
4 | |||||
5 | with | ||||
6 | |||||
7 | ArraySet[array, index, NullConstant] | ||||
8 | |||||
9 | but used to forget to remove the "need for a type check" bit in the | ||||
10 | ArraySet, thus failing "!may_need_runtime_call_for_type_check" | ||||
11 | assertions in code generators. |