| Index: src/IceInstARM32.h
|
| diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h
|
| index 60639a8f20a5019cdc56af443f00fa2b7d02a91f..9138c74bd874b4e1f579d4628ed172f5551d8d8d 100644
|
| --- a/src/IceInstARM32.h
|
| +++ b/src/IceInstARM32.h
|
| @@ -969,6 +969,7 @@ public:
|
| return new (Func->allocate<InstARM32Push>()) InstARM32Push(Func, Srcs);
|
| }
|
| 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, Push); }
|
|
|
|
|