comments
authorMatthias Braun <matze@braunis.de>
Fri, 22 Jun 2007 13:00:21 +0000 (13:00 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 22 Jun 2007 13:00:21 +0000 (13:00 +0000)
[r14722]

ir/be/scripts/generate_new_opcodes.pl

index 873d83c..67bdee9 100755 (executable)
@@ -76,6 +76,8 @@ if(!defined(%compare_attr)) {
        );
 }
 
+# Operands are really just nodes with some special constraints, we check
+# these and create new entries in the nodes hashmap
 foreach my $op (keys(%operands)) {
        my %operand = %{ $operands{"$op"} };
        my %op_node;
@@ -96,8 +98,6 @@ foreach my $op (keys(%operands)) {
        $op_node{mode}     = 'mode_any';
 
        $nodes{$op} = \%op_node;
-
-       print Dumper(%op_node);
 }
 
 #print Dumper(%nodes);