From e5b59af8a21c42b504b1beeb89208dd0cb0c8b3b Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Mon, 29 Sep 2014 14:04:59 +0200 Subject: Moved the timing facility to a seperate file. --- extraction/extraction.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extraction') diff --git a/extraction/extraction.v b/extraction/extraction.v index f5556fd1..5b71a150 100644 --- a/extraction/extraction.v +++ b/extraction/extraction.v @@ -104,7 +104,7 @@ Extract Constant Compiler.print_RTL => "PrintRTL.print_if". Extract Constant Compiler.print_LTL => "PrintLTL.print_if". Extract Constant Compiler.print_Mach => "PrintMach.print_if". Extract Constant Compiler.print => "fun (f: 'a -> unit) (x: 'a) -> f x; x". -Extract Constant Compiler.time => "Clflags.time_coq". +Extract Constant Compiler.time => "Timing.time_coq". (*Extraction Inline Compiler.apply_total Compiler.apply_partial.*) -- cgit