Index: src/IceInstARM32.h |
diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h |
index 9eaa465da62522467ea15820388715502e216709..90be5ed4b21e04caf1ba9949da57c0c8b560dba8 100644 |
--- a/src/IceInstARM32.h |
+++ b/src/IceInstARM32.h |
@@ -1360,6 +1360,7 @@ public: |
return new (Func->allocate<InstARM32Dmb>()) InstARM32Dmb(Func); |
} |
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, Dmb); } |