From fdfe91fb54ca1b31ecf6ab1d3b06de6c10e2c217 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Tue, 24 Oct 2006 12:32:21 +0000 Subject: [PATCH] fixed comments --- ir/be/scripts/generate_regalloc_if.pl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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()); -- 2.20.1