diff options
| author | Alasdair Armstrong | 2019-01-29 19:24:11 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2019-01-29 19:24:35 +0000 |
| commit | cca2016b7a339da00fcf8ffdf8e5e758234a0234 (patch) | |
| tree | b980efb937a206b01270fe4d029138551d08003a /src | |
| parent | 36fd3c158c08af5b48d9801a607f3be812d2ecc7 (diff) | |
Fixes for full v8.5
Diffstat (limited to 'src')
| -rw-r--r-- | src/sail.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sail.ml b/src/sail.ml index 41aee119..58b224f2 100644 --- a/src/sail.ml +++ b/src/sail.ml @@ -400,7 +400,7 @@ let main() = then let ast_c = rewrite_ast_c ast in let ast_c, type_envs = Specialize.specialize ast_c type_envs in - let ast_c = Spec_analysis.top_sort_defs ast_c in + (* let ast_c = Spec_analysis.top_sort_defs ast_c in *) Util.opt_warnings := true; C_backend.compile_ast (C_backend.initial_ctx type_envs) (!opt_includes_c) ast_c else ()); |
