diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2003-02-15 17:04:30 -0500 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2003-02-15 17:04:30 -0500 |
commit | aac77ea51f8fc6ccb341de50c6d473c7dd48ed64 (patch) | |
tree | 8564e2fbc866da799ba17a3411ec86fcd47621c7 /gcc/config/rs6000/rs64.md | |
parent | 9a71ece17f1eabb004fbccf7ec4354a8a6f571c9 (diff) | |
download | gcc-aac77ea51f8fc6ccb341de50c6d473c7dd48ed64.zip gcc-aac77ea51f8fc6ccb341de50c6d473c7dd48ed64.tar.gz gcc-aac77ea51f8fc6ccb341de50c6d473c7dd48ed64.tar.bz2 |
- Add copyright notices.
From-SVN: r62946
Diffstat (limited to 'gcc/config/rs6000/rs64.md')
-rw-r--r-- | gcc/config/rs6000/rs64.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc/config/rs6000/rs64.md b/gcc/config/rs6000/rs64.md index e304094..310a2fb 100644 --- a/gcc/config/rs6000/rs64.md +++ b/gcc/config/rs6000/rs64.md @@ -1,3 +1,23 @@ +;; Scheduling description for IBM RS64 processors. +;; Copyright (C) 2003 Free Software Foundation, Inc. +;; +;; This file is part of GNU CC. +;; +;; GNU CC is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 2, or (at your option) +;; any later version. +;; +;; GNU CC is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with GNU CC; see the file COPYING. If not, write to +;; the Free Software Foundation, 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. + (define_automaton "rs64,rs64fp,rs64other") (define_cpu_unit "iu_rs64" "rs64") (define_cpu_unit "mciu_rs64" "rs64") |