Grrrrr. Put the $FreeBSD$ in a Bad Place.

This commit is contained in:
David E. O'Brien 1999-10-15 21:49:40 +00:00
parent 64793e7fe2
commit f269f9df8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52272

View file

@ -1,8 +1,6 @@
/* Expands front end tree to back end RTL for GNU C-Compiler
Copyright (C) 1987, 88, 89, 91-97, 1998 Free Software Foundation, Inc.
/* $FreeBSD$ */
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
@ -40,6 +38,8 @@ Boston, MA 02111-1307, USA. */
This function changes the DECL_RTL to be a stack slot instead of a reg
then scans all the RTL instructions so far generated to correct them. */
/* $FreeBSD$ */
#include "config.h"
#include "system.h"
#include "rtl.h"