Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index ee3fd9ba16818b30144d67b18c80425fa7515e73..23390dc1115a48df3305bad9bc237afb6c3e45ad 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -1262,6 +1262,8 @@ class HForceRepresentation: public HTemplateInstruction<1> { |
return representation(); // Same as the output representation. |
} |
+ virtual void PrintDataTo(StringStream* stream); |
+ |
DECLARE_CONCRETE_INSTRUCTION(ForceRepresentation) |
}; |