Chromium Code Reviews| Index: src/hydrogen.h |
| =================================================================== |
| --- src/hydrogen.h (revision 8225) |
| +++ src/hydrogen.h (working copy) |
| @@ -223,6 +223,7 @@ |
| void Canonicalize(); |
| void OrderBlocks(); |
| void AssignDominators(); |
| + void ReplaceCheckedValues(); |
| // Returns false if there are phi-uses of the arguments-object |
| // which are not supported by the optimizing compiler. |