| Index: src/IceInstARM32.h
|
| diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h
|
| index f0240a13514e2a8773f3f2f5bf1d3cd89e90d3c7..6b0a74bea115e92bbfc6e6a8f3315ffe78e22a04 100644
|
| --- a/src/IceInstARM32.h
|
| +++ b/src/IceInstARM32.h
|
| @@ -992,6 +992,7 @@ public:
|
| }
|
| Operand *getCallTarget() const { return getSrc(0); }
|
| 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, Call); }
|
|
|
|
|