| Index: src/IceInstARM32.h
|
| diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h
|
| index 719e446c4e0df01fe06dc0801fb4a5d4fec4c38b..6a9aa35a0adacb682b1ef3f386e4d3b74eac4339 100644
|
| --- a/src/IceInstARM32.h
|
| +++ b/src/IceInstARM32.h
|
| @@ -1362,6 +1362,7 @@ public:
|
| InstARM32Vcmp(Func, Src0, Src1, 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, Vcmp); }
|
|
|
|
|