Index: pkg/compiler/lib/src/ssa/nodes.dart |
diff --git a/pkg/compiler/lib/src/ssa/nodes.dart b/pkg/compiler/lib/src/ssa/nodes.dart |
index 0e1788bc0f324bae8ce43a6134ca0a1f35733a8f..c279da9d03c31918b21a85858a9cf8a8187c52e9 100644 |
--- a/pkg/compiler/lib/src/ssa/nodes.dart |
+++ b/pkg/compiler/lib/src/ssa/nodes.dart |
@@ -139,6 +139,7 @@ class HGraph { |
bool isRecursiveMethod = false; |
bool calledInLoop = false; |
final List<HBasicBlock> blocks = <HBasicBlock>[]; |
+ SourceInformation sourceInformation; |
// We canonicalize all constants used within a graph so we do not |
// have to worry about them for global value numbering. |