Next: Loop step standardization transformation
Up: Simple functions
Previous: Simple functions
The clean enddo transformation takes a do-loop statement and replaces its last
statement by a enddo statement.
-
Fits:CleanEnddo:Apply(LOOP)
-
This function applies the clean enddo transformation to the statement
LOOP.
- LOOP (input AST) must be a do-loop statement
- The function returns the new do-loop statement (i.e. LOOP)
Yann Mevel
1999-04-30