From 0a4e441a722c6aa9921ff47bd1a411e274e24047 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Mon, 17 Jun 2019 14:49:06 +0200 Subject: Updated man page. --- doc/ccomp.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/ccomp.1 b/doc/ccomp.1 index 7ccf97c8..81deab7d 100644 --- a/doc/ccomp.1 +++ b/doc/ccomp.1 @@ -146,6 +146,16 @@ Turn on/off common subexpression elimination. Enabled by default. . .TP +.BR \-fif\-conversion ", " \-fno\-if\-conversion +Turn on/off generation of conditional moves. +Enabled by default. +. +.TP +.BR \-ffavor\-branchless " +When \fB-fif\-conversion\fP is enabled, the conversion is peformed aggressively even if the resulting code is less performant. +Disabled by default. +. +.TP .BR \-finline ", " \-fno\-inline Turn on/off inlining of functions. Enabled by default. -- cgit