Index: src/mips/lithium-mips.h |
=================================================================== |
--- src/mips/lithium-mips.h (revision 11389) |
+++ src/mips/lithium-mips.h (working copy) |
@@ -210,8 +210,8 @@ |
virtual void CompileToNative(LCodeGen* generator) = 0; |
virtual const char* Mnemonic() const = 0; |
virtual void PrintTo(StringStream* stream); |
- virtual void PrintDataTo(StringStream* stream) = 0; |
- virtual void PrintOutputOperandTo(StringStream* stream) = 0; |
+ virtual void PrintDataTo(StringStream* stream); |
+ virtual void PrintOutputOperandTo(StringStream* stream); |
enum Opcode { |
// Declare a unique enum value for each instruction. |
@@ -306,9 +306,6 @@ |
int TempCount() { return T; } |
LOperand* TempAt(int i) { return temps_[i]; } |
- virtual void PrintDataTo(StringStream* stream); |
- virtual void PrintOutputOperandTo(StringStream* stream); |
- |
protected: |
EmbeddedContainer<LOperand*, R> results_; |
EmbeddedContainer<LOperand*, I> inputs_; |