From: Christian Würdig Date: Tue, 24 Oct 2006 12:32:21 +0000 (+0000) Subject: fixed comments X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=fdfe91fb54ca1b31ecf6ab1d3b06de6c10e2c217;p=libfirm fixed comments --- diff --git a/ir/be/scripts/generate_regalloc_if.pl b/ir/be/scripts/generate_regalloc_if.pl index ce9cb62a7..c71ee9964 100755 --- a/ir/be/scripts/generate_regalloc_if.pl +++ b/ir/be/scripts/generate_regalloc_if.pl @@ -1,8 +1,7 @@ #!/usr/bin/perl -w -# This script generates C code which emits assembler code for the -# assembler ir nodes. It takes a "emit" key from the node specification -# and substitutes lines starting with . with a corresponding fprintf(). +# This script generates C code which creates ands sets up functions and +# data structures for the register allocator. # Creation: 2005/11/14 # $Id$ @@ -294,7 +293,7 @@ close(OUT); -# generate c inline file +# generate c file open(OUT, ">$target_c") || die("Could not open $target_c, reason: $!\n"); $creation_time = localtime(time());