aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1992-06-12 21:37:40 +0000
committerTorbjorn Granlund <tege@gnu.org>1992-06-12 21:37:40 +0000
commitcb432e02dca4d0c2965a9a00df57019d66f7506d (patch)
treebd4a9ff94fb381933305996173e57b0d9ecb177d
parent65437fe868f007fdc51f5477dabdee2947a89b46 (diff)
downloadgcc-cb432e02dca4d0c2965a9a00df57019d66f7506d.zip
gcc-cb432e02dca4d0c2965a9a00df57019d66f7506d.tar.gz
gcc-cb432e02dca4d0c2965a9a00df57019d66f7506d.tar.bz2
*** empty log message ***
From-SVN: r1196
-rw-r--r--gcc/config/pa/pa.md2
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"