| Index: pkg/compiler/lib/src/inferrer/debug.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/debug.dart b/pkg/compiler/lib/src/inferrer/debug.dart
|
| index 2bfe2d2a2d626f39ec313c9e234f25ff3ad78b0e..6c3dec37045cf638910eb9080e6c8690e745c2a3 100644
|
| --- a/pkg/compiler/lib/src/inferrer/debug.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/debug.dart
|
| @@ -9,3 +9,4 @@ const bool VERBOSE = false;
|
| const bool PRINT_SUMMARY = false;
|
| const bool ANOMALY_WARN = false;
|
| bool PRINT_GRAPH = false;
|
| +bool PRINT_GRAPH_ALL_NODES = false; // Include useless nodes?
|
|
|