[Hexagon] Add an explicit makeArrayRef to pacify gcc 5.5
The array seemed to have decayed to a pointer before the ArrayRef constructor got called so there was no size information available.
Loading
Please register or sign in to comment
The array seemed to have decayed to a pointer before the ArrayRef constructor got called so there was no size information available.