aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-01-18 15:22:03 +0100
committerCyril SIX <cyril.six@kalray.eu>2019-01-18 15:22:03 +0100
commit458df74c1280ab4f6131272b20f8613cbd683f87 (patch)
treeac66a66a77bbe1c8c62b4f209c0b5965b2b0625e /driver/Clflags.ml
parent5122c5f507dcb3cfe5ed6f1df7e52a1e948a03b4 (diff)
downloadcompcert-kvx-458df74c1280ab4f6131272b20f8613cbd683f87.tar.gz
compcert-kvx-458df74c1280ab4f6131272b20f8613cbd683f87.zip
-O0 will not perform postpass scheduling
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index a886ee9b..99ee41e7 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -27,6 +27,7 @@ let option_ftailcalls = ref true
let option_fconstprop = ref true
let option_fcse = ref true
let option_fredundancy = ref true
+let option_fpostpass = ref true
let option_falignfunctions = ref (None: int option)
let option_falignbranchtargets = ref 0
let option_faligncondbranchs = ref 0