From 9f03c968aa9091f4fa77753284d8327b2e055113 Mon Sep 17 00:00:00 2001 From: "Dale S. Rahn" Date: Fri, 20 Sep 1996 18:05:13 +0000 Subject: fix a POWER instruction that was not converted to PowerPC. The allows ncr.c to compile. --- gnu/usr.bin/gcc/config/rs6000/rs6000.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/gcc/config/rs6000/rs6000.md') diff --git a/gnu/usr.bin/gcc/config/rs6000/rs6000.md b/gnu/usr.bin/gcc/config/rs6000/rs6000.md index 99ca900c3dd..ceff442e30a 100644 --- 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 "" -- cgit v1.2.3