| Index: src/IceTargetLoweringARM32.h
|
| diff --git a/src/IceTargetLoweringARM32.h b/src/IceTargetLoweringARM32.h
|
| index 9727bd9707bc699ab340acdcdf812c94691438a6..58deb240df8d1af4094e78f6554a31911c13a0c8 100644
|
| --- a/src/IceTargetLoweringARM32.h
|
| +++ b/src/IceTargetLoweringARM32.h
|
| @@ -80,6 +80,8 @@ public:
|
|
|
| // TODO(ascull): what size is best for ARM?
|
| SizeT getMinJumpTableSize() const override { return 3; }
|
| + void emitJumpTable(const Cfg *Func,
|
| + const InstJumpTable *JumpTable) const override;
|
|
|
| void emitVariable(const Variable *Var) const override;
|
|
|
| @@ -432,6 +434,7 @@ public:
|
| void lowerGlobals(const VariableDeclarationList &Vars,
|
| const IceString &SectionSuffix) override;
|
| void lowerConstants() override;
|
| + void lowerJumpTables() override;
|
|
|
| protected:
|
| explicit TargetDataARM32(GlobalContext *Ctx);
|
|
|