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

Unified Diff: sdk/lib/_internal/compiler/implementation/ssa/from_ir_builder.dart

Issue 98643009: Short curcuit the inlining when code in the middle of an expression is aborting. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years 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 | « sdk/lib/_internal/compiler/implementation/ssa/builder.dart ('k') | tests/language/issue15606_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/compiler/implementation/ssa/from_ir_builder.dart
===================================================================
--- sdk/lib/_internal/compiler/implementation/ssa/from_ir_builder.dart (revision 31184)
+++ sdk/lib/_internal/compiler/implementation/ssa/from_ir_builder.dart (working copy)
@@ -60,8 +60,6 @@
final Map<IrExpression, HInstruction> emitted =
new Map<IrExpression, HInstruction>();
- void emitReturn(HInstruction value, IrReturn node);
-
/**
* This method sets up the state of the IR visitor for inlining an invocation
* of [function].
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/ssa/builder.dart ('k') | tests/language/issue15606_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698