aboutsummaryrefslogtreecommitdiff
path: root/gcc/df.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-02-07 15:53:36 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-02-07 15:53:36 +0000
commit17385e0d3b42d32671fed15cf3c79ac4f231c4f7 (patch)
tree5e1bd513501cbb2f3523fb88847d50cc4f3ccaa4 /gcc/df.h
parent6a96f5c111327ebb22e3c6bff923f8c1b2e175f1 (diff)
downloadgcc-17385e0d3b42d32671fed15cf3c79ac4f231c4f7.zip
gcc-17385e0d3b42d32671fed15cf3c79ac4f231c4f7.tar.gz
gcc-17385e0d3b42d32671fed15cf3c79ac4f231c4f7.tar.bz2
cfgcleanup.c, [...]: Update copyright.
* cfgcleanup.c, df.h, diagnostic.c, rtl.c, tree-vectorizer.h, config/darwin7.h, config/mips/mips.c, config/rs6000/altivec.md, config/rs6000/darwin-tramp.asm: Update copyright. From-SVN: r94704
Diffstat (limited to 'gcc/df.h')
-rw-r--r--gcc/df.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/df.h b/gcc/df.h
index a916bc5..0bd2bb4 100644
--- a/gcc/df.h
+++ b/gcc/df.h
@@ -1,6 +1,7 @@
/* Form lists of pseudo register references for autoinc optimization
for GNU compiler. This is part of flow optimization.
- Copyright (C) 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005
+ Free Software Foundation, Inc.
Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz)
This file is part of GCC.