Index: src/IceInstARM32.h |
diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h |
index 40518c141c17394e52fcac80912539fcde2488c2..96a95c5b87a4ef4e7042cf8778e27ee6015aa702 100644 |
--- a/src/IceInstARM32.h |
+++ b/src/IceInstARM32.h |
@@ -1368,6 +1368,7 @@ public: |
InstARM32Extract(Func, Dest, Src0, Index, Predicate); |
} |
void emit(const Cfg *Func) const override; |
+ void emitIAS(const Cfg *Func) const override; |
static bool classof(const Inst *Inst) { return isClassof(Inst, Extract); } |
private: |
@@ -1396,6 +1397,7 @@ public: |
InstARM32Insert(Func, Dest, Src0, Index, Predicate); |
} |
void emit(const Cfg *Func) const override; |
+ void emitIAS(const Cfg *Func) const override; |
static bool classof(const Inst *Inst) { return isClassof(Inst, Insert); } |
private: |