Index: src/IceInst.h |
diff --git a/src/IceInst.h b/src/IceInst.h |
index 0397e02a7e54d4743b0f7b3c5d42bf3c7ede4e82..2aa7788e6274c433e4ebd7e1e2df81102f306b21 100644 |
--- a/src/IceInst.h |
+++ b/src/IceInst.h |
@@ -201,6 +201,7 @@ public: |
InstArithmetic(Func, Op, Dest, Source1, Source2); |
} |
OpKind getOp() const { return Op; } |
+ static const char *getOpName(OpKind Op); |
bool isCommutative() const; |
virtual void dump(const Cfg *Func) const; |
static bool classof(const Inst *Inst) { |