| Index: src/hydrogen.h
|
| ===================================================================
|
| --- src/hydrogen.h (revision 7039)
|
| +++ src/hydrogen.h (working copy)
|
| @@ -302,8 +302,7 @@
|
| void PropagateMinusZeroChecks(HValue* value, BitVector* visited);
|
| void InsertRepresentationChangeForUse(HValue* value,
|
| HValue* use,
|
| - Representation to,
|
| - bool truncating);
|
| + Representation to);
|
| void InsertRepresentationChanges(HValue* current);
|
| void InferTypes(ZoneList<HValue*>* worklist);
|
| void InitializeInferredTypes(int from_inclusive, int to_inclusive);
|
|
|