]> 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>
Thu, 27 Dec 2012 13:37:44 +0000 (14:37 +0100)
doc/gmqcc.1

index 8ccc6e08203b825f8177d9269e7cbf252317b5d2..96e68936a510e5acb6b018d5d116a74582506a8d 100644 (file)
@@ -116,6 +116,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