diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-05 23:18:02 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-05 23:18:02 +0000 |
commit | c5aa1e92211d8e1c3768a94c7a1fcf7e72e8cf80 (patch) | |
tree | 017db6c8be411c52ab98093e94dcce3c7ca3f029 /gcc/config/pa/pa.md | |
parent | 870d7a364fabca1efd21f7b8a996934ab7f91805 (diff) | |
download | ppe42-gcc-c5aa1e92211d8e1c3768a94c7a1fcf7e72e8cf80.tar.gz ppe42-gcc-c5aa1e92211d8e1c3768a94c7a1fcf7e72e8cf80.zip |
* Check in merge from gcc2. See ChangeLog.12 for details.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19553 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa.md')
-rw-r--r-- | gcc/config/pa/pa.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index ddaf34bd045..f1fb4bce19f 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -1,5 +1,5 @@ ;;- Machine description for HP PA-RISC architecture for GNU C compiler -;; Copyright (C) 1992, 93 - 97, 1998 Free Software Foundation, Inc. +;; Copyright (C) 1992, 93-97, 1998 Free Software Foundation, Inc. ;; Contributed by the Center for Software Science at the University ;; of Utah. @@ -4038,7 +4038,8 @@ (define_insn "casesi0" [(set (pc) (plus:SI - (mem:SI (plus:SI (pc) (match_operand 0 "register_operand" "r"))) + (mem:SI (plus:SI (pc) + (match_operand:SI 0 "register_operand" "r"))) (label_ref (match_operand 1 "" ""))))] "" "blr %0,0\;nop" |