diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-08-17 03:07:06 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-08-17 03:07:06 +0000 |
commit | 4c617d120c1b182ddd5466723345eb4ba12bba57 (patch) | |
tree | 479cf11b33ba84bce1ede0bff633972be90389d6 /gcc/ipa-cp.c | |
parent | 1f28a07aa68555bdd2e787f101c7d763ba9bc22d (diff) | |
download | gcc-4c617d120c1b182ddd5466723345eb4ba12bba57.zip gcc-4c617d120c1b182ddd5466723345eb4ba12bba57.tar.gz gcc-4c617d120c1b182ddd5466723345eb4ba12bba57.tar.bz2 |
crtfastmath.c, [...]: Update FSF address.
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
* config/arm/unaligned-funcs.c,config/i386/crtfastmath.c,
ipa-cp.c,ipa-prop.c,ipa-prop.h: Update FSF address.
From-SVN: r103196
Diffstat (limited to 'gcc/ipa-cp.c')
-rw-r--r-- | gcc/ipa-cp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c index 18d5bc0..6ffb10c 100644 --- a/gcc/ipa-cp.c +++ b/gcc/ipa-cp.c @@ -16,8 +16,8 @@ for more details. You should have received a copy of the GNU General Public License 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. */ +Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA. */ /* Interprocedural constant propagation. The aim of interprocedural constant propagation (IPCP) is to find which |