Chromium Code Reviews| Index: src/virtual-frame-arm.h |
| =================================================================== |
| --- src/virtual-frame-arm.h (revision 1693) |
| +++ src/virtual-frame-arm.h (working copy) |
| @@ -85,7 +85,7 @@ |
| } |
| bool is_used(Register reg) { |
| - return is_used(reg.code()) != kIllegalIndex; |
| + return is_used(reg.code()); |
| } |
| // Add extra in-memory elements to the top of the frame to match an actual |