Index: src/IceInst.h |
diff --git a/src/IceInst.h b/src/IceInst.h |
index 15751d3da0a0336e8b9d7359508f6b23d4efc41a..540ab9f845110eb842efd076a3bc8601c0d086bb 100644 |
--- a/src/IceInst.h |
+++ b/src/IceInst.h |
@@ -397,6 +397,8 @@ public: |
_num |
}; |
+ static const char *getCastName(OpKind Kind); |
+ |
static InstCast *create(Cfg *Func, OpKind CastKind, Variable *Dest, |
Operand *Source) { |
return new (Func->allocateInst<InstCast>()) |