aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sparse.1
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-08-23 13:13:24 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-13 12:48:48 +0100
commit8a1c335f12107f504bcb8733be357babfc0cb0b2 (patch)
treeafe538a0b859fe30ec7f06085a935b33849bf29c /sparse.1
parent383015dbad3785b08220a932a9adb43c574a44f2 (diff)
downloadsparse-dev-8a1c335f12107f504bcb8733be357babfc0cb0b2.tar.gz
dump-ir: rename -fdump-linearize to -fdump-ir
as it will be used for dumping the IR not only just after linearization but after other passes too. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'sparse.1')
-rw-r--r--sparse.12
1 files changed, 1 insertions, 1 deletions
diff --git a/sparse.1 b/sparse.1
index bec8d6d7..810fb321 100644
--- a/sparse.1
+++ b/sparse.1
@@ -357,7 +357,7 @@ normalized GNU triplet. (e.g. i386-linux-gnu).
.
.SH DEBUG OPTIONS
.TP
-.B \-fdump-linearize[=only]
+.B \-fdump-ir[=only]
Dump the IR code of a function directly after its linearization,
before any simplifications is made. If the argument \fB=only\fR is
also given no further processing is done on the function.