| Index: src/IceInstX86Base.h
|
| diff --git a/src/IceInstX86Base.h b/src/IceInstX86Base.h
|
| index 0c36c498f933d9901d18c764dbe3fcdbd6be3571..de7b4052f8f1b9a2003d8958142e9cb0d202473b 100644
|
| --- a/src/IceInstX86Base.h
|
| +++ b/src/IceInstX86Base.h
|
| @@ -1151,6 +1151,8 @@ public:
|
| return new (Func->allocate<InstX86Movzx>()) InstX86Movzx(Func, Dest, Src);
|
| }
|
|
|
| + void emit(const Cfg *Func) const override;
|
| +
|
| void emitIAS(const Cfg *Func) const override;
|
|
|
| private:
|
| @@ -1167,6 +1169,8 @@ public:
|
| return new (Func->allocate<InstX86Movd>()) InstX86Movd(Func, Dest, Src);
|
| }
|
|
|
| + void emit(const Cfg *Func) const override;
|
| +
|
| void emitIAS(const Cfg *Func) const override;
|
|
|
| private:
|
|
|