| Index: src/ia32/virtual-frame-ia32.h
|
| ===================================================================
|
| --- src/ia32/virtual-frame-ia32.h (revision 2148)
|
| +++ src/ia32/virtual-frame-ia32.h (working copy)
|
| @@ -153,11 +153,8 @@
|
| void SyncRange(int begin, int end);
|
|
|
| // Make this frame so that an arbitrary frame of the same height can
|
| - // be merged to it. Copies and constants are removed from the
|
| - // topmost mergable_elements elements of the frame. A
|
| - // mergable_elements of JumpTarget::kAllElements indicates constants
|
| - // and copies are should be removed from the entire frame.
|
| - void MakeMergable(int mergable_elements);
|
| + // be merged to it. Copies and constants are removed from the frame.
|
| + void MakeMergable();
|
|
|
| // Prepare this virtual frame for merging to an expected frame by
|
| // performing some state changes that do not require generating
|
|
|