Let collect_nodes cope with Bad nodes
[libfirm] / ir / opt / opt_polymorphy.c
index 773b89d..5a218e4 100644 (file)
@@ -91,7 +91,7 @@ static ir_type *get_dynamic_type(ir_node *ptr)
                        ptr = get_Confirm_value(ptr);
                        continue;
                default:
-                       ;
+                       break;
                }
                break;
        }