1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Attempt to fix inscrutible build break...

llvm-svn: 318463
This commit is contained in:
David Blaikie 2017-11-16 22:40:02 +00:00
parent d88146d1b5
commit 1e888f3ef2

View File

@ -93,7 +93,7 @@ inline ArrayRef<OpcodeDecoder::RingEntry> OpcodeDecoder::ring() {
{0xf8, 0xd0, &OpcodeDecoder::Decode_11010nnn},
{0xc0, 0xc0, &OpcodeDecoder::Decode_11xxxyyy},
};
return Ring;
return makeArrayRef(Ring);
}
inline void OpcodeDecoder::Decode_00xxxxxx(const uint8_t *Opcodes,