From d064de98a25df6a47479a795d75722ca8043007b Mon Sep 17 00:00:00 2001 From: devans Date: Thu, 10 Sep 2009 00:00:50 +0000 Subject: [PATCH] tweak ifield-assertion text --- cgen/doc/rtl.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cgen/doc/rtl.texi b/cgen/doc/rtl.texi index 218a62870c..8a6e39dea9 100644 --- a/cgen/doc/rtl.texi +++ b/cgen/doc/rtl.texi @@ -2119,8 +2119,9 @@ In addition, it may also use @samp{member}. Syntax: @code{(member ifield-name (value1 [value2 ...]))} @footnote{Like all rtx, the full syntax is -@code{(member [(options)] [BI] ifield-name (value1 [value2 ...]))}, -but @samp{options} and @samp{mode} are not really useful here.} +@code{(member [(options)] [mode] ifield-name (value1 [value2 ...]))}, +but @samp{options} and @samp{mode} are not really useful here. +@samp{mode} is @samp{BI}, since the result is a boolean value.} The result of @samp{member} is one if the value of the ifield is a member of the list @code{(value1 [value2 ...])}. -- 2.11.0