aboutsummaryrefslogtreecommitdiffstats
path: root/extraction
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2017-11-22 19:06:27 +0100
committerXavier Leroy <xavier.leroy@inria.fr>2017-11-22 19:06:27 +0100
commitc0e121ceef1484ff3ad74fadb0b781ec1282690e (patch)
treebe32c32a7830d6fdc22583917798d218bc2d92df /extraction
parentefd9c978332b8294b564d66fe5f018905bc2fd72 (diff)
downloadcompcert-kvx-c0e121ceef1484ff3ad74fadb0b781ec1282690e.tar.gz
compcert-kvx-c0e121ceef1484ff3ad74fadb0b781ec1282690e.zip
Pull request #192: improve the printing of Clight intermediate code
So that it looks more like valid C source.
Diffstat (limited to 'extraction')
-rw-r--r--extraction/extraction.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index b96cd314..247d6cfb 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -170,6 +170,7 @@ Separate Extraction
Ctyping.typecheck_program
Ctyping.epostincr Ctyping.epostdecr Ctyping.epreincr Ctyping.epredecr
Ctypes.make_program
+ Clight.type_of_function
Conventions1.callee_save_type Conventions1.is_float_reg
Conventions1.int_caller_save_regs Conventions1.float_caller_save_regs
Conventions1.int_callee_save_regs Conventions1.float_callee_save_regs