X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fopt_polymorphy.c;h=5a218e4607a42a14a6c8709157bb486a00586f74;hb=fe6c9130a81330693ec34a0e2a261ccf47b48599;hp=773b89dd6c24841e6365668e8451c97026ee84c6;hpb=1a3b7d363474ab544c13093a2f0b578718d37c7a;p=libfirm diff --git a/ir/opt/opt_polymorphy.c b/ir/opt/opt_polymorphy.c index 773b89dd6..5a218e460 100644 --- a/ir/opt/opt_polymorphy.c +++ b/ir/opt/opt_polymorphy.c @@ -91,7 +91,7 @@ static ir_type *get_dynamic_type(ir_node *ptr) ptr = get_Confirm_value(ptr); continue; default: - ; + break; } break; }