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

Unified Diff: src/jump-target.h

Issue 113329: Refactor JumpTarget::Combine. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 7 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
Index: src/jump-target.h
===================================================================
--- src/jump-target.h (revision 1927)
+++ src/jump-target.h (working copy)
@@ -202,10 +202,6 @@
// jump, and a fresh label for its merge code.
void AddReachingFrame(VirtualFrame* frame);
- // Choose an element from a pair of frame elements to be in the
- // expected frame. Return null if they are incompatible.
- FrameElement* Combine(FrameElement* left, FrameElement* right);
-
// Compute a frame to use for entry to this block. Mergable
// elements is as described for the Bind function.
void ComputeEntryFrame(int mergable_elements);

Powered by Google App Engine
This is Rietveld 408576698