Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index adff7a2529da942ae5ea128148ff3204c5e2d7b4..94f9281d644af7e6c6555e49bdd9cc3c0c2bb4d4 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -927,6 +927,9 @@ class HValue : public ZoneObject { |
}; |
+OStream& operator<<(OStream& os, const HValue& v); |
+ |
+ |
#define DECLARE_INSTRUCTION_FACTORY_P0(I) \ |
static I* New(Zone* zone, HValue* context) { \ |
return new(zone) I(); \ |