diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-13 14:16:10 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-13 14:16:10 +0100 |
| commit | 1f6cd6fe94fc440a9bbd9c2f1070bd016e550be4 (patch) | |
| tree | 73d5dee14c2d20e92b37b868ae3e12fb8d3b8cc3 /sparse.1 | |
| parent | 5d7a65b06e8f8d42f80a046950e8f990d149b48e (diff) | |
| parent | 555217d63d01f31d6322d475e33b5912a5926169 (diff) | |
| download | sparse-dev-1f6cd6fe94fc440a9bbd9c2f1070bd016e550be4.tar.gz | |
Merge branch 'dump-ir' into tip
Diffstat (limited to 'sparse.1')
| -rw-r--r-- | sparse.1 | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -365,12 +365,6 @@ The \fIdir\fR name would normally take the form of the target's normalized GNU triplet. (e.g. i386-linux-gnu). . .SH DEBUG OPTIONS -.TP -.B \-fdump-linearize[=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. -. .B \-fmem-report Report some statistics about memory allocation used by the tool. . @@ -378,7 +372,7 @@ Report some statistics about memory allocation used by the tool. .TP .B \-fmemcpy-max-count=COUNT Set the limit for the warnings given by \fB-Wmemcpy-max-count\fR. -A COUNT of 0, useless in itself, will effectively disable the warning. +A COUNT of 'unlimited' or '0' will effectively disable the warning. The default limit is 100000. . .TP |
