| Index: src/flag-definitions.h
 | 
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
 | 
| index c16b2d63c167d342b2955a7a7e5b6da993460422..8f321d4c377759f48ea236387b677b0dccc67a89 100644
 | 
| --- a/src/flag-definitions.h
 | 
| +++ b/src/flag-definitions.h
 | 
| @@ -415,6 +415,8 @@ DEFINE_BOOL(loop_assignment_analysis, true, "perform loop assignment analysis")
 | 
|  DEFINE_BOOL(turbo_profiling, false, "enable profiling in TurboFan")
 | 
|  DEFINE_BOOL(turbo_verify_allocation, DEBUG_BOOL,
 | 
|              "verify register allocation in TurboFan")
 | 
| +DEFINE_BOOL(turbo_trace_allocated_types, false,
 | 
| +            "dump register types in for operands in TurboFan")
 | 
|  DEFINE_BOOL(turbo_move_optimization, true, "optimize gap moves in TurboFan")
 | 
|  DEFINE_BOOL(turbo_jt, true, "enable jump threading in TurboFan")
 | 
|  DEFINE_BOOL(turbo_osr, true, "enable OSR in TurboFan")
 | 
| 
 |