projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ac89d9
)
Fix typo in last change.
author
Jeff Law
<law@gcc.gnu.org>
Mon, 26 Feb 1996 17:29:16 +0000
(10:29 -0700)
committer
Jeff Law
<law@gcc.gnu.org>
Mon, 26 Feb 1996 17:29:16 +0000
(10:29 -0700)
From-SVN: r11348
gcc/config/pa/pa.md
patch
|
blob
|
history
diff --git
a/gcc/config/pa/pa.md
b/gcc/config/pa/pa.md
index 5ff58483c90c1b213f3f01e09e4e2808cd1864ae..724ad13fcfbf3084042052cc8bf7c915f675511f 100644
(file)
--- a/
gcc/config/pa/pa.md
+++ b/
gcc/config/pa/pa.md
@@
-893,7
+893,7
@@
[(set (match_operand:SI 0 "register_operand" "=r")
(abs:SI (match_operand:SI 1 "register_operand" "r")))]
""
- "or,
<
= %%r0,%1,%0\;subi 0,%0,%0"
+ "or,
>
= %%r0,%1,%0\;subi 0,%0,%0"
[(set_attr "type" "multi")
(set_attr "length" "8")])