Chromium Code Reviews| Index: src/IceInstX86Base.h |
| diff --git a/src/IceInstX86Base.h b/src/IceInstX86Base.h |
| index 0c36c498f933d9901d18c764dbe3fcdbd6be3571..69a316484ab751a6b0c50907cf586910c3ae0642 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: |