[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / docs / ecma334 / 15.8.xml
1 <?xml version="1.0"?>
2 <clause number="15.8" title="Iteration statements">
3   <paragraph>Iteration statements repeatedly execute an embedded statement. <grammar_production><name><non_terminal where="15.8">iteration-statement</non_terminal></name> : <rhs><non_terminal where="15.8.1">while-statement</non_terminal></rhs><rhs><non_terminal where="15.8.2">do-statement</non_terminal></rhs><rhs><non_terminal where="15.8.3">for-statement</non_terminal></rhs><rhs><non_terminal where="15.8.4">foreach-statement</non_terminal></rhs></grammar_production></paragraph>
4 </clause>