Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index e5dd8a93dde2bc79f08090af5bd9f0b7ade04a00..05c42dd7f0e2ac24343c9dc98efd51bac9d070f5 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -242,6 +242,10 @@ class HGraph: public ZoneObject { |
// Returns false if there are phi-uses of the arguments-object |
// which are not supported by the optimizing compiler. |
+ bool CheckPhis(); |
+ |
+ // Returns false if there are phi-uses of hole values comming |
+ // from uninitialized consts. |
bool CollectPhis(); |
Handle<Code> Compile(CompilationInfo* info); |