| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 9cdea067254f2edab1bdb6ce9cc34b8dc8d2e5a9..2cee444217c8c59cbc769818aa521ef77f726bf8 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -168,8 +168,6 @@ DEFINE_int(loop_weight, 1, "loop weight for representation inference")
|
| DEFINE_bool(debug_code, false,
|
| "generate extra code (assertions) for debugging")
|
| DEFINE_bool(code_comments, false, "emit comments in code disassembly")
|
| -DEFINE_bool(peephole_optimization, true,
|
| - "perform peephole optimizations in assembly code")
|
| DEFINE_bool(enable_sse2, true,
|
| "enable use of SSE2 instructions if available")
|
| DEFINE_bool(enable_sse3, true,
|
|
|