From 365fe400b09777aba86a95950f1717a514f76edd Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 26 Dec 2012 19:37:55 +0100 Subject: [PATCH] manpage: -dump, -dumpfin --- doc/gmqcc.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/gmqcc.1 b/doc/gmqcc.1 index bbaaaf3..a87d465 100644 --- a/doc/gmqcc.1 +++ b/doc/gmqcc.1 @@ -121,6 +121,17 @@ them. -f\fIno-\fRcorrect-ternary .fi .in +.TP +.B "-dump" +DEBUG OPTION. Print the code's intermediate representation before the +optimization and finalization passes to stdout before generating the +binary. +.TP +.B "-dumpfin" +DEBUG OPTION. Print the code's intermediate representation after the +optimization and finalization passes to stdout before generating the +binary. The instructions will be enumerated, and values will contain a +list of liferanges. .SH COMPILE WARNINGS .TP .B -Wunused-variable -- 2.39.2