diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-01-15 15:46:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-01-15 15:46:22 +0000 |
commit | 5cd221028ba5e7ada35a0dd196fb642b44f197d1 (patch) | |
tree | d019bfe23aa5d3b5b6bb2c54e65e169e3c463b12 /contrib/gcc/function.c | |
parent | 665ce17da44f98ae193440703de789dedfb6a72c (diff) |
Diffstat (limited to 'contrib/gcc/function.c')
-rw-r--r-- | contrib/gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/function.c b/contrib/gcc/function.c index 8679729412ab6..96a58c32b6d70 100644 --- a/contrib/gcc/function.c +++ b/contrib/gcc/function.c @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/function.c,v 1.22.2.1 2007/02/19 02:47:30 bde Exp $ */ /* This file handles the generation of rtl code from tree structure at the level of the function as a whole. |