aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Duplicateaux.ml
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2020-02-12 16:47:03 +0100
committerCyril SIX <cyril.six@kalray.eu>2020-02-12 16:47:03 +0100
commit117a26880e27ae7d8efcb26d194c5ded3be642d6 (patch)
tree6dbac778988ebc2b227d1317add359b723962a12 /backend/Duplicateaux.ml
parente882ee6daa01579bf717b43b55091c859ed75661 (diff)
downloadcompcert-kvx-117a26880e27ae7d8efcb26d194c5ded3be642d6.tar.gz
compcert-kvx-117a26880e27ae7d8efcb26d194c5ded3be642d6.zip
Added option -ftracelinearize which linearizes based on ifnot branches
Diffstat (limited to 'backend/Duplicateaux.ml')
-rw-r--r--backend/Duplicateaux.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Duplicateaux.ml b/backend/Duplicateaux.ml
index c3340cca..d0b7129e 100644
--- a/backend/Duplicateaux.ml
+++ b/backend/Duplicateaux.ml
@@ -529,7 +529,7 @@ let tail_duplicate code preds ptree trace =
in (new_code, new_ptree, !nb_duplicated)
let superblockify_traces code preds traces =
- let max_nb_duplicated = 2 (* FIXME - should be architecture dependent *)
+ let max_nb_duplicated = 1 (* FIXME - should be architecture dependent *)
in let ptree = make_identity_ptree code
in let rec f code ptree = function
| [] -> (code, ptree, 0)