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