| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 81ec78a335045dfad2a482d0aefa3b7ada9e0dac..4ba44744ed2b8eb29d8b13fa4c071786c0d040ee 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -284,8 +284,6 @@ DEFINE_bool(enable_vfp2, true,
|
| "enable use of VFP2 instructions if available")
|
| DEFINE_bool(enable_armv7, true,
|
| "enable use of ARMv7 instructions if available (ARM only)")
|
| -DEFINE_bool(enable_sudiv, true,
|
| - "enable use of SDIV and UDIV instructions if available (ARM only)")
|
| DEFINE_bool(enable_fpu, true,
|
| "enable use of MIPS FPU instructions if available (MIPS only)")
|
|
|
|
|