| Index: src/hydrogen.h
|
| ===================================================================
|
| --- src/hydrogen.h (revision 7090)
|
| +++ src/hydrogen.h (working copy)
|
| @@ -296,7 +296,9 @@
|
| void InsertRepresentationChangeForUse(HValue* value,
|
| HValue* use,
|
| Representation to);
|
| - void InsertRepresentationChanges(HValue* current);
|
| + void InsertRepresentationChangesForValue(HValue* current,
|
| + ZoneList<HValue*>* value_list,
|
| + ZoneList<Representation>* rep_list);
|
| void InferTypes(ZoneList<HValue*>* worklist);
|
| void InitializeInferredTypes(int from_inclusive, int to_inclusive);
|
| void CheckForBackEdge(HBasicBlock* block, HBasicBlock* successor);
|
|
|