]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
manpage: -dump, -dumpfin
authorWolfgang Bumiller <blub@speed.at>
Wed, 26 Dec 2012 18:37:55 +0000 (19:37 +0100)
committerWolfgang Bumiller <blub@speed.at>
Wed, 26 Dec 2012 18:37:55 +0000 (19:37 +0100)
doc/gmqcc.1

index bbaaaf39ded1ec542cd5d19335a6027db80a4855..a87d465758e4087e2cc987603bb28a6272401838 100644 (file)
@@ -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