new register type
authorMatthias Braun <matze@braunis.de>
Thu, 22 Mar 2007 15:02:44 +0000 (15:02 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 22 Mar 2007 15:02:44 +0000 (15:02 +0000)
ir/be/scripts/generate_regalloc_if.pl

index 535182d..8e64e32 100755 (executable)
@@ -63,6 +63,10 @@ sub translate_reg_type {
                        push(@types, "arch_register_type_virtual");
                }
 
+               if ($t & 32) {
+                       push(@types, "arch_register_type_state");
+               }
+
                return join(" | ", @types);
        }
 }