Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index 138587c43f72b45b9be5193682174eb37b6896be..e2112dd71b4174857b060742a064826eedc840d9 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -1250,7 +1250,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(); |