| Index: src/IceInstMIPS32.h
|
| diff --git a/src/IceInstMIPS32.h b/src/IceInstMIPS32.h
|
| index e4265985345c8756eab64d48bdf54f45ba2b7e63..dda81413933b7bc2d4d3aa6baac03983b1163067 100644
|
| --- a/src/IceInstMIPS32.h
|
| +++ b/src/IceInstMIPS32.h
|
| @@ -33,7 +33,7 @@ class InstMIPS32 : public InstTarget {
|
| InstMIPS32 &operator=(const InstMIPS32 &) = delete;
|
|
|
| public:
|
| - enum InstKindMIPS32 { k__Start = Inst::Target, Ret };
|
| + enum InstKindMIPS32 { k__Start = Inst::Target0, Ret };
|
|
|
| static const char *getWidthString(Type Ty);
|
|
|
|
|