Chromium Code Reviews| Index: src/hydrogen.h |
| diff --git a/src/hydrogen.h b/src/hydrogen.h |
| index bd28ba1b74d55da9df2dd5c11cc615a6c4ba4f0b..910bea232aa51a73c6156074427ce1052a643abd 100644 |
| --- a/src/hydrogen.h |
| +++ b/src/hydrogen.h |
| @@ -1234,14 +1234,8 @@ class HGraphBuilder { |
| ElementsKind to_kind, |
| bool is_jsarray); |
| - // Do lookup in the number string cache. If the object is not found |
| - // in the cache, the false branch of the continuation is taken; |
| - // otherwise the true branch is taken and the returned value contains |
| - // the cache value for the object. The returned value must NOT be used |
| - // on the false branch. |
| - HValue* BuildLookupNumberStringCache(HValue* object, |
| - HIfContinuation* continuation); |
| - HValue* BuildNumberToString(HValue* number); |
| + HValue* BuildNumberToString(HValue* object, |
| + Handle<Type> type); |
|
rossberg
2013/10/21 12:06:17
Nit: should fit on previous line
Benedikt Meurer
2013/10/21 12:09:43
Done.
|
| HInstruction* BuildUncheckedMonomorphicElementAccess( |
| HValue* checked_object, |