ada-tree.h (LOOP_STMT_NO_UNROLL): New define.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 24 May 2013 08:52:35 +0000 (08:52 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 24 May 2013 08:52:35 +0000 (08:52 +0000)
commit633a3f2aea9d047c21afd1ae7fb2d5c02589e883
tree18fe171da5a381948dfbf137744f8dee636874af
parentf2423384e6b5de57267b6b6004301f71e8878ec9
ada-tree.h (LOOP_STMT_NO_UNROLL): New define.

* gcc-interface/ada-tree.h (LOOP_STMT_NO_UNROLL): New define.
(LOOP_STMT_UNROLL): Likewise.
(LOOP_STMT_NO_VECTOR): Likewise.
(LOOP_STMT_VECTOR): Likewise.
* gcc-interface/trans.c (struct loop_info_d): Replace label field
with stmt field.
(Pragma_to_gnu) <Pragma_Loop_Optimize>: New case.
(Loop_Statement_to_gnu): Save the loop statement onto the stack
instead of the label.
(gnat_to_gnu) <N_Exit_Statement>: Retrieve the loop label.

From-SVN: r199281
gcc/ada/ChangeLog
gcc/ada/gcc-interface/ada-tree.h
gcc/ada/gcc-interface/trans.c