This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] stmt.c: Speed/clean up expand_case - Part 3


On Tue, Oct 26, 2004 at 09:03:41AM -0400, Kazu Hirata wrote:
> cleanup_tree_cfg cleans up a SWITCH_EXPR with a single destination,
> such as one with a default case only, and replaces it with an
> unconditonal jump.

Isn't cleanup_tree_cfg only run with optimization?  How does
this get handled without optimization?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]