stmt.c (expand_case): Handle the default label outside of the for loop.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 24 Oct 2004 00:46:10 +0000 (00:46 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 24 Oct 2004 00:46:10 +0000 (00:46 +0000)
commit4e0148df67360c0e2f2dd99d71ebcd3f55d84bf3
treeb4831a3070cafc945a02d7cdf160b0fccc235c29
parent545b6261a4895964fef608bd8e44ec1c30cfd96b
stmt.c (expand_case): Handle the default label outside of the for loop.

* stmt.c (expand_case): Handle the default label outside of
the for loop.  Remove code to handle a missing default label.

From-SVN: r89502
gcc/ChangeLog
gcc/stmt.c