Chromium Code Reviews| Index: src/x64/stub-cache-x64.cc |
| =================================================================== |
| --- src/x64/stub-cache-x64.cc (revision 3734) |
| +++ src/x64/stub-cache-x64.cc (working copy) |
| @@ -1393,7 +1393,7 @@ |
| // Handle store cache miss. |
| __ bind(&miss); |
| - __ Move(rcx, Handle<String>(name)); // restore name |
| + |
|
William Hesse
2010/01/28 13:51:45
Extra blank line will be removed.
|
| Handle<Code> ic(Builtins::builtin(Builtins::StoreIC_Miss)); |
| __ Jump(ic, RelocInfo::CODE_TARGET); |
| @@ -1480,7 +1480,6 @@ |
| // Handle store cache miss. |
| __ bind(&miss); |
| - __ Move(rcx, Handle<String>(name)); // restore name |
| Handle<Code> ic(Builtins::builtin(Builtins::StoreIC_Miss)); |
| __ Jump(ic, RelocInfo::CODE_TARGET); |