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

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

Issue 614993002: Rename Constant to ConstantValue and ConstExp to ConstantExpression. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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: sdk/lib/_internal/compiler/implementation/ssa/interceptor_simplifier.dart
diff --git a/sdk/lib/_internal/compiler/implementation/ssa/interceptor_simplifier.dart b/sdk/lib/_internal/compiler/implementation/ssa/interceptor_simplifier.dart
index 1846bd20f57939aab1acea919dbd4dcf971d151e..ff661892a3b81a53cbab6390dff1a9a19cfab977 100644
--- a/sdk/lib/_internal/compiler/implementation/ssa/interceptor_simplifier.dart
+++ b/sdk/lib/_internal/compiler/implementation/ssa/interceptor_simplifier.dart
@@ -147,7 +147,7 @@ class SsaSimplifyInterceptors extends HBaseVisitor
return graph.thisInstruction;
}
- Constant constant = new InterceptorConstant(constantInterceptor.thisType);
+ ConstantValue constant = new InterceptorConstantValue(constantInterceptor.thisType);
sigurdm 2014/10/01 07:46:48 Long line
Johnni Winther 2014/10/01 08:21:24 Done.
return graph.addConstant(constant, compiler);
}

Powered by Google App Engine
This is Rietveld 408576698