On Jul 22, 2006, at 1:05 AM, Roar Thronæs wrote:
Hi
But it seems EXIT_BLOCK_EXPR and LABELED_BLOCK_EXPR have been moved
to java, since no one else was using it.
Would it be possible to move that code back, please?
I don't think it should be moved back.
You can add it to your front-end instead as nothing outside of the
front-end
really uses these tree code as they are useless once you go into CFG-
gimple.
In fact the question is why don't you emit these trees anyways? They
have
another form you can take, see how the java-gimple.java lowers them.
-- Pinski