| Index: src/hydrogen.h
|
| ===================================================================
|
| --- src/hydrogen.h (revision 8253)
|
| +++ src/hydrogen.h (working copy)
|
| @@ -216,6 +216,7 @@
|
| void InitializeInferredTypes();
|
| void InsertTypeConversions();
|
| void InsertRepresentationChanges();
|
| + void MarkDeoptimizeOnUndefined();
|
| void ComputeMinusZeroChecks();
|
| bool ProcessArgumentsObject();
|
| void EliminateRedundantPhis();
|
| @@ -279,6 +280,7 @@
|
|
|
| void InsertTypeConversions(HInstruction* instr);
|
| void PropagateMinusZeroChecks(HValue* value, BitVector* visited);
|
| + void RecursivelyMarkPhiDeoptimizeOnUndefined(HPhi* phi);
|
| void InsertRepresentationChangeForUse(HValue* value,
|
| HValue* use_value,
|
| int use_index,
|
|
|