| Index: src/hydrogen.h
|
| ===================================================================
|
| --- src/hydrogen.h (revision 7683)
|
| +++ src/hydrogen.h (working copy)
|
| @@ -277,11 +277,10 @@
|
| void InsertTypeConversions(HInstruction* instr);
|
| void PropagateMinusZeroChecks(HValue* value, BitVector* visited);
|
| void InsertRepresentationChangeForUse(HValue* value,
|
| - HValue* use,
|
| + HValue* use_value,
|
| + int use_index,
|
| Representation to);
|
| - void InsertRepresentationChangesForValue(HValue* current,
|
| - ZoneList<HValue*>* value_list,
|
| - ZoneList<Representation>* rep_list);
|
| + void InsertRepresentationChangesForValue(HValue* value);
|
| void InferTypes(ZoneList<HValue*>* worklist);
|
| void InitializeInferredTypes(int from_inclusive, int to_inclusive);
|
| void CheckForBackEdge(HBasicBlock* block, HBasicBlock* successor);
|
|
|