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:
parent
733b1a089d
commit
fb328c983a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user