Index: src/IceInstX8632.h |
diff --git a/src/IceInstX8632.h b/src/IceInstX8632.h |
index eb133c21d16465a5009a7b6aa9dc5e9131ea2b87..d1abedea9c6976252f00890009e3fed5a2a2b9be 100644 |
--- a/src/IceInstX8632.h |
+++ b/src/IceInstX8632.h |
@@ -1349,6 +1349,7 @@ public: |
return new (Func->allocate<InstX8632Fld>()) InstX8632Fld(Func, Src); |
} |
void emit(const Cfg *Func) const override; |
+ void emitIAS(const Cfg *Func) const override; |
void dump(const Cfg *Func) const override; |
static bool classof(const Inst *Inst) { return isClassof(Inst, Fld); } |
@@ -1366,6 +1367,7 @@ public: |
return new (Func->allocate<InstX8632Fstp>()) InstX8632Fstp(Func, Dest); |
} |
void emit(const Cfg *Func) const override; |
+ void emitIAS(const Cfg *Func) const override; |
void dump(const Cfg *Func) const override; |
static bool classof(const Inst *Inst) { return isClassof(Inst, Fstp); } |