Remove last vestiges of arch_register_req_type_should_be_different_from_all (removed...
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 21 Aug 2008 07:30:25 +0000 (07:30 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 21 Aug 2008 07:30:25 +0000 (07:30 +0000)
[r21303]

ir/be/scripts/generate_new_opcodes.pl

index 578d5b0..1a634a6 100755 (executable)
@@ -1184,21 +1184,6 @@ sub generate_requirements {
        0                             /* different pos */
 };
 
-EOF
-       } elsif ($reqs =~ /^new_reg_(.*)$/) {
-               if(!is_reg_class($1)) {
-                       die "$1 is not a register class in requirements for $op\n";
-               }
-               $class  = $1;
-               $result = <<EOF;
-{
-       arch_register_req_type_should_be_different_from_all,
-       & ${arch}_reg_classes[CLASS_${arch}_${class}],
-       NULL,        /* limit bitset */
-       0,           /* same pos */
-       0            /* different pos */
-};
-
 EOF
        } elsif (is_reg_class($reqs)) {
                $class  = $reqs;