| Index: src/IceInstARM32.h
|
| diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h
|
| index 21505a185045fd2267d2d80ddf293bb971cbf65a..494d0369eaf057443f7fa1b263d89b980714e6e8 100644
|
| --- a/src/IceInstARM32.h
|
| +++ b/src/IceInstARM32.h
|
| @@ -1248,6 +1248,7 @@ public:
|
| return new (Func->allocate<InstARM32Trap>()) InstARM32Trap(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, Trap); }
|
|
|
|
|