| Index: src/machine-type.h
|
| diff --git a/src/machine-type.h b/src/machine-type.h
|
| index a59aced36ea3323491b1b0a6f39cb3e3cc3cecd3..fd1d41dcc3a2dd3f8da800c02fd03bcf47c64d64 100644
|
| --- a/src/machine-type.h
|
| +++ b/src/machine-type.h
|
| @@ -15,7 +15,7 @@
|
| namespace v8 {
|
| namespace internal {
|
|
|
| -enum class MachineRepresentation : uint8_t {
|
| +enum class MachineRepresentation {
|
| kNone,
|
| kBit,
|
| kWord8,
|
| @@ -39,7 +39,7 @@ static_assert(static_cast<int>(MachineRepresentation::kLastRepresentation) <
|
|
|
| const char* MachineReprToString(MachineRepresentation);
|
|
|
| -enum class MachineSemantic : uint8_t {
|
| +enum class MachineSemantic {
|
| kNone,
|
| kBool,
|
| kInt32,
|
|
|