Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index 5f84d64aa6e981cc6d26a091a1c40c5bbf8f8a95..d06e3184f817f2849d6e53395e3bff72aa061621 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -1251,7 +1251,7 @@ class HInstruction: public HValue { |
HInstruction* previous() const { return previous_; } |
virtual void PrintTo(StringStream* stream); |
- virtual void PrintDataTo(StringStream* stream) { } |
+ virtual void PrintDataTo(StringStream* stream); |
bool IsLinked() const { return block() != NULL; } |
void Unlink(); |