From: Michael Beck Date: Sat, 2 Jun 2007 00:50:01 +0000 (+0000) Subject: create is_$arch_op() function X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=0664f5c4780fdc08161b79321e51e45edeb04f12;p=libfirm create is_$arch_op() function [r14260] --- diff --git a/ir/be/scripts/generate_new_opcodes.pl b/ir/be/scripts/generate_new_opcodes.pl index b10546de2..62476d8bb 100755 --- a/ir/be/scripts/generate_new_opcodes.pl +++ b/ir/be/scripts/generate_new_opcodes.pl @@ -475,10 +475,11 @@ if (length($arch) >= 4) { $d = uc(substr($arch, 3, 1)); } -print OUT "static unsigned $arch\_op_tag = FOURCC('$a', '$b', '$c', '$d');\n"; - print OUT<