| Index: src/IceOperand.h
|
| diff --git a/src/IceOperand.h b/src/IceOperand.h
|
| index 5019e292c4d50f6efa951cb5266f73b5f9e0af94..13ae14c4ff3664f5cb9dbb58fe132146d03d8c29 100644
|
| --- a/src/IceOperand.h
|
| +++ b/src/IceOperand.h
|
| @@ -104,10 +104,8 @@ public:
|
| void emitPoolLabel(Ostream &Str) const {
|
| Str << ".L$" << getType() << "$" << PoolEntryID;
|
| }
|
| - using Operand::dump;
|
| void emit(const Cfg *Func) const override { emit(Func->getContext()); }
|
| virtual void emit(GlobalContext *Ctx) const = 0;
|
| - void dump(const Cfg *Func, Ostream &Str) const = 0;
|
|
|
| static bool classof(const Operand *Operand) {
|
| OperandKind Kind = Operand->getKind();
|
|
|