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

Unified Diff: runtime/vm/intermediate_language.cc

Issue 11269040: More inlining flags and tuned heuristics. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Style and phrasing. Created 8 years, 2 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: runtime/vm/intermediate_language.cc
diff --git a/runtime/vm/intermediate_language.cc b/runtime/vm/intermediate_language.cc
index d8a04b826a0e7aa5758f02af168e4f936e1eef9f..79f58a7af24bf712767a1885a1e64ff8c44467f6 100644
--- a/runtime/vm/intermediate_language.cc
+++ b/runtime/vm/intermediate_language.cc
@@ -168,7 +168,7 @@ const Object& Value::BoundConstant() const {
GraphEntryInstr::GraphEntryInstr(TargetEntryInstr* normal_entry)
- : BlockEntryInstr(0, CatchClauseNode::kInvalidTryIndex),
+ : BlockEntryInstr(0, CatchClauseNode::kInvalidTryIndex, 0),
normal_entry_(normal_entry),
catch_entries_(),
initial_definitions_(),

Powered by Google App Engine
This is Rietveld 408576698