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

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

Issue 10876008: Remove most superfluous getter arguments from dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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: dart/lib/compiler/implementation/ssa/bailout.dart
diff --git a/dart/lib/compiler/implementation/ssa/bailout.dart b/dart/lib/compiler/implementation/ssa/bailout.dart
index 57efd1bcee5139159b3887b168677fe7bbb9b7fa..a1e537731b12aa6676d118be2373bbbcca89ca9d 100644
--- a/dart/lib/compiler/implementation/ssa/bailout.dart
+++ b/dart/lib/compiler/implementation/ssa/bailout.dart
@@ -106,7 +106,7 @@ class SsaTypeGuardInserter extends HGraphVisitor implements OptimizationPhase {
return type.isPrimitive() && !type.isNull();
}
- bool get hasTypeGuards() => work.guards.length != 0;
+ bool get hasTypeGuards => work.guards.length != 0;
bool typeGuardWouldBeValuable(HInstruction instruction,
HType speculativeType) {
« no previous file with comments | « dart/lib/compiler/implementation/source_file.dart ('k') | dart/lib/compiler/implementation/ssa/builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698