Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Unified Diff: src/virtual-frame-ia32.h

Issue 19661: Remove the unused, inaptly-named, and incorrect RequiresMergeCode. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/toiger/
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/virtual-frame-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/virtual-frame-ia32.h
===================================================================
--- src/virtual-frame-ia32.h (revision 1182)
+++ src/virtual-frame-ia32.h (working copy)
@@ -206,9 +206,6 @@
// (ie, they all have frame-external references).
Register SpillAnyRegister();
- // True if making the frame mergable via MakeMergable will generate code.
- bool RequiresMergeCode();
-
// Ensure that this frame is in a state where an arbitrary frame of the
// right size could be merged to it. May emit code.
void MakeMergable();
« no previous file with comments | « no previous file | src/virtual-frame-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698