aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2019-07-05 15:38:45 +0200
committerXavier Leroy <xavierleroy@users.noreply.github.com>2019-07-05 16:57:32 +0200
commitea6807fdaeaa2e46e1c7471c91056fdc4736cc2f (patch)
tree935ffec775bf57735982b9cf239c046c0e276f4d /driver/Clflags.ml
parent998f3c5ff90f6230b722b6094761f5989beea0a5 (diff)
downloadcompcert-kvx-ea6807fdaeaa2e46e1c7471c91056fdc4736cc2f.tar.gz
compcert-kvx-ea6807fdaeaa2e46e1c7471c91056fdc4736cc2f.zip
Rename option `-ffavor-branchless` into `-Obranchless`
Easier to type, and consistent with `-Os` (optimize for smaller code / optimize for fewer conditional branches).
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index d27871ef..2db9399f 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -28,7 +28,7 @@ let option_fconstprop = ref true
let option_fcse = ref true
let option_fredundancy = ref true
let option_fifconversion = ref true
-let option_ffavor_branchless = ref false
+let option_Obranchless = ref false
let option_falignfunctions = ref (None: int option)
let option_falignbranchtargets = ref 0
let option_faligncondbranchs = ref 0