| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 020881336ae640287c2cfd5be15428b6fa0f9b25..b57f2cb62f95979ac0521e1f1392fb68eba28cbb 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -301,6 +301,7 @@ DEFINE_string(stop_at, "", "function name where to insert a breakpoint")
|
| // compiler.cc
|
| DEFINE_bool(print_builtin_scopes, false, "print scopes for builtins")
|
| DEFINE_bool(print_scopes, false, "print scopes")
|
| +DEFINE_bool(print_ir, false, "print the AST as seen by the backend")
|
|
|
| // contexts.cc
|
| DEFINE_bool(trace_contexts, false, "trace contexts operations")
|
|
|