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