| Index: src/IceTargetLoweringMIPS32.h
|
| diff --git a/src/IceTargetLoweringMIPS32.h b/src/IceTargetLoweringMIPS32.h
|
| index a72c8dbfb388658bfaf39a67aea6cdbe4fabe1fd..e581ffadaf3e29948296783dd045179d05b0f74c 100644
|
| --- a/src/IceTargetLoweringMIPS32.h
|
| +++ b/src/IceTargetLoweringMIPS32.h
|
| @@ -53,6 +53,10 @@ public:
|
| // i8, and i16 are rounded up to 4 bytes.
|
| return (typeWidthInBytes(Ty) + 3) & ~3;
|
| }
|
| +
|
| + // TODO(ascull): what is the best size of MIPS?
|
| + SizeT getMinJumpTableSize() const override { return 3; }
|
| +
|
| void emitVariable(const Variable *Var) const override;
|
|
|
| const char *getConstantPrefix() const final { return ""; }
|
|
|