diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-28 11:23:36 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-28 11:23:36 +0000 |
commit | 148bd232cbe7d208562534cb2ff6e62e30aaa5de (patch) | |
tree | aa6a3ffb30ace0f2511a72098e61a771eb8fc8cb /gcc/predict.h | |
parent | 303a12d3c5fd3c12edd2f667435b1a08eafee17b (diff) | |
download | gcc-148bd232cbe7d208562534cb2ff6e62e30aaa5de.tar.gz |
Correct the description of these files in the comment header.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74018 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/predict.h')
-rw-r--r-- | gcc/predict.h | 3 |
1 files changed, 1 insertions, 2 deletions
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. |