some workaround to avoid condeval creating Phibs which not all backends like
[libfirm] / ir / opt / opt_polymorphy.c
index 04ca9ad..437ae5d 100644 (file)
@@ -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: