diff --git a/gcc/predict.def b/gcc/predict.def index 238e0f262fc..25c51025e31 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 6ac7d7f28b8..9e200bef155 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.