aboutsummaryrefslogtreecommitdiffstats
path: root/src/extraction
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-10-23 13:25:32 +0100
committerYann Herklotz <git@yannherklotz.com>2020-10-23 13:25:32 +0100
commit5cc780e10afa2851980fd3157644cccb1f528b1c (patch)
treefb783ede65cf509436c8cdeaff120f15514a1bfe /src/extraction
parente1b64efcb01015987763b94a21439ded9817b6b6 (diff)
downloadvericert-5cc780e10afa2851980fd3157644cccb1f528b1c.tar.gz
vericert-5cc780e10afa2851980fd3157644cccb1f528b1c.zip
Add printing of intermediate rtlblock language
Diffstat (limited to 'src/extraction')
-rw-r--r--src/extraction/Extraction.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extraction/Extraction.v b/src/extraction/Extraction.v
index f7131b0..d5cb9d7 100644
--- a/src/extraction/Extraction.v
+++ b/src/extraction/Extraction.v
@@ -134,6 +134,7 @@ Extract Constant Compiler.print_Clight => "PrintClight.print_if".
Extract Constant Compiler.print_Cminor => "PrintCminor.print_if".
Extract Constant driver.Compiler.print_RTL => "PrintRTL.print_if".
Extract Constant Compiler.print_RTL => "PrintRTL.print_if".
+Extract Constant Compiler.print_RTLBlock => "PrintRTLBlock.print_if".
Extract Constant Compiler.print_HTL => "PrintHTL.print_if".
Extract Constant Compiler.print_LTL => "PrintLTL.print_if".
Extract Constant Compiler.print_Mach => "PrintMach.print_if".