gimplify.c (gimplify_ctx): Change the type of case_labels to VEC from VARRAY.
authorKazu Hirata <kazu@codesourcery.com>
Thu, 2 Jun 2005 20:21:54 +0000 (20:21 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 2 Jun 2005 20:21:54 +0000 (20:21 +0000)
commit84c76d40cb01e478b20c284161178e55ef2afc57
tree38d4b53b1cc72915b75f7dc98649c0a3cb2894b1
parent984dfd8c52a42e3e0ce4838ab77839c4abce4697
gimplify.c (gimplify_ctx): Change the type of case_labels to VEC from VARRAY.

* gimplify.c (gimplify_ctx): Change the type of case_labels to
VEC from VARRAY.
(gimplify_switch_expr, gimplify_case_label_expr): Adjust uses
of case_labels.

From-SVN: r100513
gcc/ChangeLog
gcc/gimplify.c