diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-08-23 13:13:24 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-13 12:48:48 +0100 |
| commit | 8a1c335f12107f504bcb8733be357babfc0cb0b2 (patch) | |
| tree | afe538a0b859fe30ec7f06085a935b33849bf29c /sparse.1 | |
| parent | 383015dbad3785b08220a932a9adb43c574a44f2 (diff) | |
| download | sparse-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.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
