| Index: src/IceInstARM32.h
|
| diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h
|
| index 0b11e77b192cea104167d72a2b552d395ca331dc..b05d18d828124813841c014650aff39cc04dc7f9 100644
|
| --- a/src/IceInstARM32.h
|
| +++ b/src/IceInstARM32.h
|
| @@ -537,6 +537,7 @@ public:
|
| InstARM32LoadBase(Func, Dest, Source, Predicate);
|
| }
|
| void emit(const Cfg *Func) const override;
|
| + void emitIAS(const Cfg *Func) const override;
|
| void dump(const Cfg *Func) const override {
|
| if (!BuildDefs::dump())
|
| return;
|
| @@ -1007,6 +1008,7 @@ public:
|
| InstARM32Str(Func, Value, Mem, Predicate);
|
| }
|
| 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, Str); }
|
|
|
|
|