diff options
author | Ben Elliston <bje@gcc.gnu.org> | 2003-11-28 22:23:36 +1100 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2003-11-28 22:23:36 +1100 |
commit | 21f1c577468421447878b2b6a97184f4f72c4f96 (patch) | |
tree | aa6a3ffb30ace0f2511a72098e61a771eb8fc8cb /gcc | |
parent | 05a47a473d4035a6b4a691c6be09f92008b65d0d (diff) | |
download | gcc-21f1c577468421447878b2b6a97184f4f72c4f96.zip gcc-21f1c577468421447878b2b6a97184f4f72c4f96.tar.gz gcc-21f1c577468421447878b2b6a97184f4f72c4f96.tar.bz2 |
Correct the description of these files in the comment header.
From-SVN: r74018
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/predict.def | 5 | ||||
-rw-r--r-- | gcc/predict.h | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/gcc/predict.def b/gcc/predict.def index 238e0f2..25c5102 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 6ac7d7f..9e200be 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. |