From: Ben Elliston Date: Fri, 28 Nov 2003 11:23:36 +0000 (+1100) Subject: Correct the description of these files in the comment header. X-Git-Tag: releases/gcc-3.4.0~2045 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21f1c577468421447878b2b6a97184f4f72c4f96;p=thirdparty%2Fgcc.git Correct the description of these files in the comment header. From-SVN: r74018 --- diff --git a/gcc/predict.def b/gcc/predict.def index 238e0f262fcb..25c51025e312 100644 --- a/gcc/predict.def +++ b/gcc/predict.def @@ -1,6 +1,5 @@ -/* This file contains the definitions and documentation for the - builtins used in the GNU compiler. - Copyright (C) 2001 Free Software Foundation, Inc. +/* Definitions for the branch prediction routines in the GNU compiler. + Copyright (C) 2001, 2003 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/predict.h b/gcc/predict.h index 6ac7d7f28b8f..9e200bef1551 100644 --- a/gcc/predict.h +++ b/gcc/predict.h @@ -1,5 +1,4 @@ -/* This file contains the definitions and documentation for the - builtins used in the GNU compiler. +/* Definitions for branch prediction routines in the GNU compiler. Copyright (C) 2001, 2003 Free Software Foundation, Inc. This file is part of GCC.