Richard Guenther writes:
> On Tue, Sep 14, 2010 at 11:08 AM, Paulo J. Matos wrote:
>>
>> Hello all,
>>
>> I am moving basic blocks around and currently the cfg is getting very,
>> very awkward. My guess is that I am doing something I shouldn't [as
>> usual].
>>
>> For each SWITCH_EXPR I found on
On Tue, Sep 14, 2010 at 11:08 AM, Paulo J. Matos wrote:
>
> Hello all,
>
> I am moving basic blocks around and currently the cfg is getting very,
> very awkward. My guess is that I am doing something I shouldn't [as
> usual].
>
> For each SWITCH_EXPR I found on the code I generate a CFG which I ha
Hello all,
I am moving basic blocks around and currently the cfg is getting very,
very awkward. My guess is that I am doing something I shouldn't [as
usual].
For each SWITCH_EXPR I found on the code I generate a CFG which I have
to replace with the SWITCH_EXPR. The switch is always the last stat