| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 52c2847399a689a7fc9eac997d7b2facbed9bf39..6508c77191421fca528c7285533bcc7b140800e2 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -87,9 +87,6 @@ DEFINE_bool(push_pop_elimination, true,
|
| "eliminate redundant push/pops in assembly code")
|
| DEFINE_bool(print_push_pop_elimination, false,
|
| "print elimination of redundant push/pops in assembly code")
|
| -DEFINE_bool(eliminate_jumps, true, "eliminate jumps to jumps in assembly code")
|
| -DEFINE_bool(print_jump_elimination, false,
|
| - "print elimination of jumps to jumps in assembly code")
|
|
|
| // bootstrapper.cc
|
| DEFINE_string(expose_natives_as, NULL, "expose natives in global object")
|
|
|