artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3749495
)
fix a POWER instruction that was not converted to PowerPC.
author
rahnds
<rahnds@openbsd.org>
Fri, 20 Sep 1996 18:05:12 +0000
(18:05 +0000)
committer
rahnds
<rahnds@openbsd.org>
Fri, 20 Sep 1996 18:05:12 +0000
(18:05 +0000)
The allows ncr.c to compile.
gnu/usr.bin/gcc/config/rs6000/rs6000.md
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/gcc/config/rs6000/rs6000.md
b/gnu/usr.bin/gcc/config/rs6000/rs6000.md
index
99ca900
..
ceff442
100644
(file)
--- a/
gnu/usr.bin/gcc/config/rs6000/rs6000.md
+++ b/
gnu/usr.bin/gcc/config/rs6000/rs6000.md
@@
-6923,7
+6923,7
@@
""
"@
{sf|subfc} %0,%2,%1\;{sfe|subfe} %0,%0,%0\;nand %0,%0,%0
- {sfi|subfic} %0,%1,-1\;
a%I2
%0,%0,%2\;{sfe|subfe} %0,%0,%0"
+ {sfi|subfic} %0,%1,-1\;
{a%I2|add%I2c}
%0,%0,%2\;{sfe|subfe} %0,%0,%0"
[(set_attr "length" "12")])
(define_insn ""