[Hexagon] Add an explicit makeArrayRef to pacify gcc 5.5
authorCraig Topper <craig.topper@intel.com>
Fri, 14 Feb 2020 21:38:50 +0000 (13:38 -0800)
committerCraig Topper <craig.topper@intel.com>
Fri, 14 Feb 2020 21:51:39 +0000 (13:51 -0800)
commit8dc659c131f830911e9dd0c83f3b7a884c027739
treeaa8a8f8f090ada8467228ce3ece0f1860233d4c9
parentd7058acc145c637f82cf4aa90358bdcacccf766c
[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.
llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp