| Index: src/mips/jump-target-mips.cc
|
| ===================================================================
|
| --- src/mips/jump-target-mips.cc (revision 4259)
|
| +++ src/mips/jump-target-mips.cc (working copy)
|
| @@ -108,9 +108,9 @@
|
| cgen()->SetFrame(new VirtualFrame(entry_frame_), &empty);
|
| }
|
|
|
| - // The predicate is_linked() should be made false. Its implementation
|
| + // The predicate is_linked() should be made false. Its implementation
|
| // detects the presence (or absence) of frame pointers in the
|
| - // reaching_frames_ list. If we inserted a bogus frame to make
|
| + // reaching_frames_ list. If we inserted a bogus frame to make
|
| // is_linked() true, remove it now.
|
| if (is_linked()) {
|
| reaching_frames_.Clear();
|
|
|