Index: src/IceInstARM32.h |
diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h |
index 9138c74bd874b4e1f579d4628ed172f5551d8d8d..6d282088f5ba25e16a85ced3b3c5911728f28e8d 100644 |
--- a/src/IceInstARM32.h |
+++ b/src/IceInstARM32.h |
@@ -1086,6 +1086,7 @@ public: |
InstARM32Umull(Func, DestLo, DestHi, 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, Umull); } |