This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Switch stmts and inserting on edges
On Fri, 2003-05-30 at 17:13, Jason Merrill wrote:
> On Fri, 30 May 2003 13:25:57 -0600, law@redhat.com wrote:
>
>
> If we need to represent these explicitly, it leads me to wonder again why
> we're retaining the control flow structures at all.
>
> Andrew: With the current situation, you can move the target of a particular
> switch case by moving the CASE_LABEL_EXPR into the new block.
Yeah, thats what Im curently in the process of doing. Now I have
confirmation that it *should* work :-)
Thanks
Andrew