From 005a35b93fd29f017e572355ec4ea8298259e968 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 16 May 1994 08:11:30 -0400 Subject: [PATCH] Replace bogus "andil" opcode with rlinm. From-SVN: r7302 --- gcc/config/rs6000/rs6000.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 3796e5eac867..8182137dfc08 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -469,7 +469,7 @@ "" "@ lbz%U1%X1 %0,%1 - {andil|andi} %0,%1,0xff" + {rlinm|rlwinm} %0,%1,0,0xff" [(set_attr "type" "load,*")]) (define_insn "" @@ -572,7 +572,7 @@ "" "@ lbz%U1%X1 %0,%1 - {andil|andi} %0,%1,0xff" + {rlinm|rlwinm} %0,%1,0,0xff" [(set_attr "type" "load,*")]) (define_insn "" @@ -677,7 +677,7 @@ "" "@ lhz%U1%X1 %0,%1 - {andil|andi} %0,%1,0xffff" + {rlinm|rlwinm} %0,%1,0,0xffff" [(set_attr "type" "load,*")]) (define_insn "" -- 2.47.2