diff options
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 7549ec421f070..91a4e5c1bdef4 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.12.1 2010/02/10 00:26:20 kensmith Exp $ */ /* This file handles the generation of rtl code from tree structure at the level of the function as a whole. |