summaryrefslogtreecommitdiff
path: root/contrib/gcc/function.c
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2008-12-31 22:57:14 +0000
committerKen Smith <kensmith@FreeBSD.org>2008-12-31 22:57:14 +0000
commit8d4eb975d2e49f56d057a19aac09bcb92b3e71f7 (patch)
tree1b808490e2ba26bfe983f82bd41a2b36a6127322 /contrib/gcc/function.c
parenta1fc2b0c89a1dd2ca090ae990ab45b21363ab76e (diff)
Diffstat (limited to 'contrib/gcc/function.c')
-rw-r--r--contrib/gcc/function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/function.c b/contrib/gcc/function.c
index 7549ec421f07..0bde7de63952 100644
--- a/contrib/gcc/function.c
+++ b/contrib/gcc/function.c
@@ -20,7 +20,7 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/gcc/function.c,v 1.25.6.1 2008/11/25 02:59:29 kensmith Exp $ */
/* This file handles the generation of rtl code from tree structure
at the level of the function as a whole.