| Index: src/IceTargetLoweringARM32.h
|
| diff --git a/src/IceTargetLoweringARM32.h b/src/IceTargetLoweringARM32.h
|
| index 87faf01567cac99c86b5ec629768adcc7d0854dc..95e4691b65f158f451fe7b43895b8485ab33ba32 100644
|
| --- a/src/IceTargetLoweringARM32.h
|
| +++ b/src/IceTargetLoweringARM32.h
|
| @@ -78,6 +78,9 @@ public:
|
| return (typeWidthInBytes(Ty) + 3) & ~3;
|
| }
|
|
|
| + // TODO(ascull): what size is best for ARM?
|
| + SizeT getMinJumpTableSize() const override { return 3; }
|
| +
|
| void emitVariable(const Variable *Var) const override;
|
|
|
| const char *getConstantPrefix() const final { return "#"; }
|
|
|