* gcc-interface/trans.c (struct loop_info_d): Remove artificial field.
(Loop_Statement_to_gnu): Do not set it.
From-SVN: r268292
+2019-01-26 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gcc-interface/trans.c (struct loop_info_d): Remove artificial field.
+ (Loop_Statement_to_gnu): Do not set it.
+
2019-01-26 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/decl.c (annotate_value) <INTEGER_CST>: Use test on
tree low_bound;
tree high_bound;
vec<range_check_info, va_gc> *checks;
- bool artificial;
};
typedef struct loop_info_d *loop_info;
/* Save the statement for later reuse. */
gnu_loop_info->stmt = gnu_loop_stmt;
- gnu_loop_info->artificial = !Comes_From_Source (gnat_node);
/* Set the condition under which the loop must keep going.
For the case "LOOP .... END LOOP;" the condition is always true. */