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

Unified Diff: lib/compiler/implementation/ssa/nodes.dart

Issue 10702167: Fix bug in recompilation handling. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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: lib/compiler/implementation/ssa/nodes.dart
diff --git a/lib/compiler/implementation/ssa/nodes.dart b/lib/compiler/implementation/ssa/nodes.dart
index e1f7a81f8b170d15a6ac4ad0e348fe429bd06e68..e97d3eb863266449f75085d1033f192ee34b5227 100644
--- a/lib/compiler/implementation/ssa/nodes.dart
+++ b/lib/compiler/implementation/ssa/nodes.dart
@@ -118,7 +118,6 @@ class HGraph {
HBasicBlock exit;
bool isRecursiveMethod = false;
bool calledInLoop = false;
- bool highTypeLikelyhood = false;
final List<HBasicBlock> blocks;
// We canonicalize all constants used within a graph so we do not

Powered by Google App Engine
This is Rietveld 408576698