On 07/26/2013 11:46 AM, Aldy Hernandez wrote:
+   Upon return, *INITP will contain the initialization expression,
+   *DECLP will contain the induction variable.
+
+   *REAL_DECLP ????
+   *FOR_BLOCK  ????  */

DECLP is a variable declared in the for-init, if any. REAL_DECLP is the induction variable.

FOR_BLOCK is a bit puzzling. It seems to be a collection of initializations for class induction variables, but it gets add_stmted outside the OMP loop context, and that strikes me as wrong; shouldn't it end up in pre_body? Jakub, can you elaborate on how this works?

Jason

Reply via email to