| Index: src/flag-definitions.h | 
| =================================================================== | 
| --- src/flag-definitions.h	(revision 7864) | 
| +++ src/flag-definitions.h	(working copy) | 
| @@ -147,7 +147,6 @@ | 
| DEFINE_bool(debug_code, false, | 
| "generate extra code (assertions) for debugging") | 
| DEFINE_bool(code_comments, false, "emit comments in code disassembly") | 
| -DEFINE_bool(emit_branch_hints, false, "emit branch hints") | 
| DEFINE_bool(peephole_optimization, true, | 
| "perform peephole optimizations in assembly code") | 
| DEFINE_bool(print_peephole_optimization, false, | 
|  |