| Index: src/IceTargetLoweringX8632.h
|
| diff --git a/src/IceTargetLoweringX8632.h b/src/IceTargetLoweringX8632.h
|
| index 1f1d2cb0a2555507fc692c408b6044a93d40c8e4..598e6a122b2224af5f01a12d0454901ad9afe25f 100644
|
| --- a/src/IceTargetLoweringX8632.h
|
| +++ b/src/IceTargetLoweringX8632.h
|
| @@ -33,6 +33,9 @@ class TargetX8632 final
|
| TargetX8632(const TargetX8632 &) = delete;
|
| TargetX8632 &operator=(const TargetX8632 &) = delete;
|
|
|
| + void emitJumpTable(const Cfg *Func,
|
| + const InstJumpTable *JumpTable) const override;
|
| +
|
| public:
|
| using X86InstructionSet = X8632::Traits::InstructionSet;
|
|
|
| @@ -65,6 +68,7 @@ public:
|
| void lowerGlobals(const VariableDeclarationList &Vars,
|
| const IceString &SectionSuffix) override;
|
| void lowerConstants() override;
|
| + void lowerJumpTables() override;
|
|
|
| protected:
|
| explicit TargetDataX8632(GlobalContext *Ctx);
|
|
|