From a8c84a5270b7620c6555e58d0338afd9405bc2b2 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Tue, 9 Jul 2019 15:29:58 +0200 Subject: More precise description of '-O0' and 'non-linear-cond-expr' --- doc/ccomp.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ccomp.1 b/doc/ccomp.1 index a177914a..f4919867 100644 --- a/doc/ccomp.1 +++ b/doc/ccomp.1 @@ -126,7 +126,7 @@ Enabled by default. .B \-O0 Turn off most optimizations. Synonymous to \fB\-fno\-const\-prop\fP \fB\-fno\-cse\fP \fB\-fno\-if\-conversion\fP -\fB\-fno\-inline\-functions\-called\-once\fP \fB\-fno\-redundancy\fP \fB\-fno\-tailcalls\fP. +\fB\-fno\-inline\fP \fB\-fno\-redundancy\fP \fB\-fno\-tailcalls\fP. . .TP .BR \-O1 ", " \-O2 ", " \-O3 @@ -448,6 +448,7 @@ Enabled by default. .sp \fInon\-linear\-cond\-expr\fP: Conditional expression that may not be optimized to branchless code. +Only issued in \fB-Obranchless\fP mode. Disabled by default. .sp \fIpointer\-type\-mismatch\fP: -- cgit