From 21f1c577468421447878b2b6a97184f4f72c4f96 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 28 Nov 2003 22:23:36 +1100 Subject: [PATCH] Correct the description of these files in the comment header. From-SVN: r74018 --- gcc/predict.def | 5 ++--- gcc/predict.h | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) 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. -- 2.30.2