Index: src/IceInst.h |
diff --git a/src/IceInst.h b/src/IceInst.h |
index 0a6c61d75cd3ea79ea19ad966450422c7ae7594d..fd01e92eaeaca25d077fee7893f7c61ef07e44f3 100644 |
--- a/src/IceInst.h |
+++ b/src/IceInst.h |
@@ -203,6 +203,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) { |