From c0e121ceef1484ff3ad74fadb0b781ec1282690e Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Wed, 22 Nov 2017 19:06:27 +0100 Subject: Pull request #192: improve the printing of Clight intermediate code So that it looks more like valid C source. --- extraction/extraction.v | 1 + 1 file changed, 1 insertion(+) (limited to 'extraction') 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 -- cgit