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

Unified Diff: pkg/compiler/lib/src/ssa/ssa.dart

Issue 756903005: Remove computeMask from ConstantValue. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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: pkg/compiler/lib/src/ssa/ssa.dart
diff --git a/pkg/compiler/lib/src/ssa/ssa.dart b/pkg/compiler/lib/src/ssa/ssa.dart
index 7d122f0ec1285f86f3a6ff1a3bb2b9f7d2a5fa58..04523a10f1e38ff9f52a513fe77884b13ef2929d 100644
--- a/pkg/compiler/lib/src/ssa/ssa.dart
+++ b/pkg/compiler/lib/src/ssa/ssa.dart
@@ -27,6 +27,7 @@ import '../source_file.dart';
import '../source_map_builder.dart';
import '../tree/tree.dart' as ast;
import '../types/types.dart';
+import '../types/constants.dart' show COMPUTE_TYPE_MASK;
import '../universe/universe.dart';
import '../util/util.dart';
import '../js_backend/codegen/task.dart';

Powered by Google App Engine
This is Rietveld 408576698