Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index f249af17b3b6c8e74ff04fd0c4abf9efa662282b..31dfb3399b5b9f9e149aae7866b6cfae04852269 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -260,6 +260,7 @@ class HGraph: public ZoneObject { |
HBasicBlock* entry_block() const { return entry_block_; } |
HEnvironment* start_environment() const { return start_environment_; } |
+ void FinalizeUniqueValueIds(); |
void InitializeInferredTypes(); |
void InsertTypeConversions(); |
void MergeRemovableSimulates(); |