| Index: src/IceInstARM32.h
|
| diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h
|
| index 138fd845c9d6897aa3044ff19ed16e2cf99022d0..deff254388d0a954f3fa007082e98cf2b4df4087 100644
|
| --- a/src/IceInstARM32.h
|
| +++ b/src/IceInstARM32.h
|
| @@ -1309,6 +1309,7 @@ public:
|
| return new (Func->allocate<InstARM32Dmb>()) InstARM32Dmb(Func);
|
| }
|
| 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, Dmb); }
|
|
|
|
|