| Index: src/IceOperand.h
|
| diff --git a/src/IceOperand.h b/src/IceOperand.h
|
| index 67ff09fef9bd1ee934910378b42346112cf5546d..137d456cbc9da516b95ba957ac4e25f17e11ed60 100644
|
| --- a/src/IceOperand.h
|
| +++ b/src/IceOperand.h
|
| @@ -287,7 +287,8 @@ public:
|
| bool getSuppressMangling() const { return SuppressMangling; }
|
| using Constant::emit;
|
| void emit(TargetLowering *Target) const final;
|
| - void emitWithoutPrefix(const TargetLowering *Target) const;
|
| + void emitWithoutPrefix(const TargetLowering *Target,
|
| + const char *Suffix = "") const;
|
| using Constant::dump;
|
| void dump(const Cfg *Func, Ostream &Str) const override;
|
|
|
|
|