Index: src/IceOperand.h |
diff --git a/src/IceOperand.h b/src/IceOperand.h |
index 76a01810bf1bb6700a7147fdf327e1bbb5eacd09..c0367cd483f6ae9af8394f041294164f6526def7 100644 |
--- a/src/IceOperand.h |
+++ b/src/IceOperand.h |
@@ -217,6 +217,7 @@ public: |
using Constant::emit; |
using Constant::dump; |
void emit(GlobalContext *Ctx) const override; |
+ void emitWithoutDollar(GlobalContext *Ctx) const; |
void dump(const Cfg *Func, Ostream &Str) const override; |
static bool classof(const Operand *Operand) { |