| Index: src/IceInstARM32.h
|
| diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h
|
| index 41ca5080568053ba2215af7f47b734476a5132ee..0ae21c57d71ce3b79e202d51a878f4181ca88f1a 100644
|
| --- a/src/IceInstARM32.h
|
| +++ b/src/IceInstARM32.h
|
| @@ -1023,6 +1023,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); }
|
|
|
|
|