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

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

Issue 11576032: Revert r16112 from trunk. (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 8 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
Index: dart/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
===================================================================
--- dart/sdk/lib/_internal/compiler/implementation/ssa/builder.dart (revision 16161)
+++ dart/sdk/lib/_internal/compiler/implementation/ssa/builder.dart (working copy)
@@ -3413,7 +3413,7 @@
return;
}
- if (element.declaration == compiler.identicalFunction) {
+ if (identical(element, compiler.identicalFunction)) {
pushWithPosition(new HIdentity(target, inputs[1], inputs[2]), node);
return;
}
« no previous file with comments | « dart/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart ('k') | dart/tests/language/identical_closure_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698