From: Wolfgang Bumiller Date: Wed, 26 Dec 2012 18:37:55 +0000 (+0100) Subject: manpage: -dump, -dumpfin X-Git-Tag: before-library~487 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=365fe400b09777aba86a95950f1717a514f76edd manpage: -dump, -dumpfin --- 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