Chromium Code Reviews| Index: src/IceOperand.h |
| diff --git a/src/IceOperand.h b/src/IceOperand.h |
| index 5019e292c4d50f6efa951cb5266f73b5f9e0af94..cfe203844fa5e6282fe8bdd4f80aa179baff233c 100644 |
| --- a/src/IceOperand.h |
| +++ b/src/IceOperand.h |
| @@ -107,7 +107,6 @@ public: |
| using Operand::dump; |
|
Jim Stichnoth
2015/02/03 05:31:18
Can you also remove this line?
jvoung (off chromium)
2015/02/03 16:17:56
Done.
|
| 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(); |