emit arm symconsts as .LC%u instead of .L%u to avoid clashed with block numbers
[libfirm] / ir / be / scripts / generate_regalloc_if.pl
index 1cac9f8..9c2cb6f 100755 (executable)
@@ -230,7 +230,7 @@ EOF
 
                my $limitedarray = get_limited_array($name);
                $single_constraints .= <<EOF;
-static const unsigned ${arch}_limited_${old_classname}_${name}[] = ${limitedarray};
+static const unsigned ${arch}_limited_${old_classname}_${name} [] = ${limitedarray};
 static const arch_register_req_t ${arch}_single_reg_req_${old_classname}_${name} = {
        arch_register_req_type_limited,
        ${class_ptr},
@@ -310,7 +310,6 @@ print OUT<<EOF;
 #include "gen_${arch}_regalloc_if.h"
 #include "gen_${arch}_machine.h"
 #include "bearch_${arch}_t.h"
-#include "${arch}_map_regs.h"
 #include "irmode.h"
 
 ${single_constraints_decls}