On Fri, May 15, 2009 at 17:23, Jamie Prescott <jpre...@yahoo.com> wrote:
> I managed to migrate my code to 4.4, but I've some code I cannot figure out > how to translate. > Before, I was building the TRUE and FALSE instruction list using > gimplify_and_add(), > and then a: > > build3(COND_EXPR, void_type_node, cond, a_case, b_case); Are you trying to generate gimple or generic? Both are different data structures now. Diego.