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

Unified Diff: src/jump-target-heavy.h

Issue 2828004: ARM: Remove a bunch of spilled scopes. Still a lot to go. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 6 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-heavy.h
===================================================================
--- src/jump-target-heavy.h (revision 4863)
+++ src/jump-target-heavy.h (working copy)
@@ -196,6 +196,8 @@
public:
// Construct a break target.
BreakTarget() {}
+ BreakTarget(JumpTarget::Directionality direction)
+ : JumpTarget(direction) { }
virtual ~BreakTarget() {}
« src/arm/virtual-frame-arm.h ('K') | « src/ast-inl.h ('k') | src/jump-target-light.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698