X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fscripts%2Fgenerate_emitter.pl;h=12c780bde05452e22e31aa3f3372f7d91b5331b0;hb=8c9aa24a1f17891325986165a58434cf75f96f6d;hp=b05af7eaabea3db3b59c0061148458ef23c183a9;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/scripts/generate_emitter.pl b/ir/be/scripts/generate_emitter.pl index b05af7eaa..12c780bde 100755 --- a/ir/be/scripts/generate_emitter.pl +++ b/ir/be/scripts/generate_emitter.pl @@ -23,7 +23,6 @@ # assembler ir nodes. It takes a "emit" key from the node specification # and substitutes lines starting with . with a corresponding fprintf(). # Creation: 2005/11/07 -# $Id$ use strict; use Data::Dumper; @@ -37,7 +36,7 @@ our $arch; our $comment_string = "/*"; our $comment_string_end = "*/" ; our %nodes; -our $new_emit_syntax = 0; +our $new_emit_syntax = 1; # include spec file @@ -211,9 +210,7 @@ print OUT<