| Index: src/IceInstARM32.h
|
| diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h
|
| index 9a30d2671a82c58b950f6f2c5d65165d545af54d..6dba05f5089354c668cb801b63e6fa7e41e7a741 100644
|
| --- a/src/IceInstARM32.h
|
| +++ b/src/IceInstARM32.h
|
| @@ -1383,6 +1383,7 @@ public:
|
| return new (Func->allocate<InstARM32Vmrs>()) InstARM32Vmrs(Func, Predicate);
|
| }
|
| 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, Vmrs); }
|
|
|
|
|