diff options
author | Torbjorn Granlund <tege@gnu.org> | 1992-06-12 21:37:40 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@gnu.org> | 1992-06-12 21:37:40 +0000 |
commit | cb432e02dca4d0c2965a9a00df57019d66f7506d (patch) | |
tree | bd4a9ff94fb381933305996173e57b0d9ecb177d | |
parent | 65437fe868f007fdc51f5477dabdee2947a89b46 (diff) | |
download | gcc-cb432e02dca4d0c2965a9a00df57019d66f7506d.zip gcc-cb432e02dca4d0c2965a9a00df57019d66f7506d.tar.gz gcc-cb432e02dca4d0c2965a9a00df57019d66f7506d.tar.bz2 |
*** empty log message ***
From-SVN: r1196
-rw-r--r-- | gcc/config/pa/pa.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index fee9b81..044333f 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -1781,7 +1781,7 @@ [(set (match_operand:DF 0 "register_operand" "=fx") (abs:DF (match_operand:DF 1 "register_operand" "fx")))] "" - "fabs,dbl %0,%0" + "fabs,dbl %1,%0" [(set_attr "type" "fpalu")]) (define_insn "abssf2" |