1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[Hexagon] Fix -Wmicrosoft-enum-value warning with explicit enum type

llvm-svn: 252505
This commit is contained in:
Reid Kleckner 2015-11-09 19:44:38 +00:00
parent 733b1a089d
commit fb328c983a

View File

@ -246,7 +246,7 @@ namespace HexagonII {
INST_PARSE_EXTENDER = 0x00000000
};
enum InstIClassBits {
enum InstIClassBits : unsigned {
INST_ICLASS_MASK = 0xf0000000,
INST_ICLASS_EXTENDER = 0x00000000,
INST_ICLASS_J_1 = 0x10000000,