| Index: src/hydrogen.h
|
| ===================================================================
|
| --- src/hydrogen.h (revision 7006)
|
| +++ src/hydrogen.h (working copy)
|
| @@ -307,6 +307,7 @@
|
| void InitializeInferredTypes();
|
| void InsertTypeConversions();
|
| void InsertRepresentationChanges();
|
| + void ComputeMinusZeroChecks();
|
| bool ProcessArgumentsObject();
|
| void EliminateRedundantPhis();
|
| void Canonicalize();
|
| @@ -822,6 +823,8 @@
|
| HValue* switch_value,
|
| CaseClause* clause);
|
|
|
| + HValue* BuildContextChainWalk(Variable* var);
|
| +
|
| void AddCheckConstantFunction(Call* expr,
|
| HValue* receiver,
|
| Handle<Map> receiver_map,
|
|
|