* gcse.c: Fix formatting.

From-SVN: r48502
This commit is contained in:
Kazu Hirata 2002-01-03 06:36:42 +00:00 committed by Kazu Hirata
parent 22e85ed463
commit 8e42ace183
2 changed files with 47 additions and 42 deletions

View File

@ -1,3 +1,7 @@
2002-01-03 Kazu Hirata <kazu@hxi.com>
* gcse.c: Fix formatting.
2002-01-03 Graham Stott <grahams@redhat.com>
* mkconfig.sh: Output to config.h, hconfig.h and tconfig.h

View File

@ -1,6 +1,7 @@
/* Global common subexpression elimination/Partial redundancy elimination
and global constant/copy propagation for GNU compiler.
Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of GCC.