X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeirgmod.c;h=45f66c94654c677eec1c613b1c5a523dbbb8879a;hb=04500cf2b3528e7d91685a4d41af7eb175950622;hp=e307a4f5c69563978e980f53d08ae0440a28f966;hpb=72b961b5b05ac239435b379ef340154c64134e25;p=libfirm diff --git a/ir/be/beirgmod.c b/ir/be/beirgmod.c index e307a4f5c..45f66c946 100644 --- a/ir/be/beirgmod.c +++ b/ir/be/beirgmod.c @@ -225,7 +225,7 @@ static ir_node *search_def(ir_node *usage, int pos, pset *copies, } } - else if(pset_find_ptr(phi_blocks, curr_bl)) { + if(pset_find_ptr(phi_blocks, curr_bl)) { ir_node *phi = get_irn_link(curr_bl); if(!phi) {