aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2020-10-27 12:07:49 +0100
committerCyril SIX <cyril.six@kalray.eu>2020-10-27 14:24:42 +0100
commit50ea7732118611a38e6aa6bced5c60dffb4eea3a (patch)
treedd6f8aa1787415b69d98d1a55756a7013ee1a0d3 /driver
parent3f99a42035389b1953030af8490a5ec18a64394f (diff)
downloadcompcert-kvx-50ea7732118611a38e6aa6bced5c60dffb4eea3a.tar.gz
compcert-kvx-50ea7732118611a38e6aa6bced5c60dffb4eea3a.zip
Reworked Duplicate to be parametrized
Diffstat (limited to 'driver')
-rw-r--r--driver/Compiler.vexpand1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/Compiler.vexpand b/driver/Compiler.vexpand
index 0f59aab7..00db9b36 100644
--- a/driver/Compiler.vexpand
+++ b/driver/Compiler.vexpand
@@ -35,6 +35,7 @@ Require Cshmgen.
Require Cminorgen.
Require Selection.
Require RTLgen.
+Require Import Duplicatepasses.
EXPAND_RTL_REQUIRE
Require Asmgen.
(** Proofs of semantic preservation. *)