OSDN Git Service

do-count #iterations parameter can be an expression
authordevans <devans>
Fri, 28 Aug 2009 06:24:51 +0000 (06:24 +0000)
committerdevans <devans>
Fri, 28 Aug 2009 06:24:51 +0000 (06:24 +0000)
cgen/doc/rtl.texi

index 37df747..559ce8c 100644 (file)
@@ -2541,8 +2541,8 @@ Execute @samp{expr1}, @samp{expr2}, etc. the specified number of times.
 @samp{iteration-variable} will contain the iteration number and is
 available for use in expressions.  It has mode @samp{INT}.
 It's value will be 0 ... @samp{number-of-iterations} - 1.
-@samp{number-of-iterations} must (currently) be a constant non-negative
-integer.
+@samp{number-of-iterations} is an rtl expression of mode INT
+(or a compatible mode).
 @samp{mode} must be @samp{VOID} (void mode), or it can be elided.
 
 @item (unop mode operand)