X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fopt_polymorphy.c;h=437ae5daba74c72431697d6ce4706a932df05c38;hb=d16d39df6772995a29ecdc8de1904ccb2e523599;hp=04ca9ad88825702b7077fef2691dcf6e8e27ffc9;hpb=287dec2f0e173dcf0686b5d906a5c71c9c6c3301;p=libfirm diff --git a/ir/opt/opt_polymorphy.c b/ir/opt/opt_polymorphy.c index 04ca9ad88..437ae5dab 100644 --- a/ir/opt/opt_polymorphy.c +++ b/ir/opt/opt_polymorphy.c @@ -63,7 +63,7 @@ static ir_type *get_dynamic_type(ir_node *ptr) { /* skip Cast and Confirm nodes */ for (;;) { - opcode code = get_irn_opcode(ptr); + ir_opcode code = get_irn_opcode(ptr); switch (code) { case iro_Cast: