]> gcc.gnu.org Git - gcc.git/commitdiff
(ashiftrt_r4_1): Delete useless or instruction.
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 17 Dec 1994 01:13:41 +0000 (17:13 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 17 Dec 1994 01:13:41 +0000 (17:13 -0800)
Add nop to rts delay slot.

From-SVN: r8660

gcc/config/sh/lib1funcs.asm

index 7eebb69cd21d39abc3c98f3feaaba16a470d09e1..4be6d6c1826928381ba2b8c1536611c6d2d4d3c1 100644 (file)
@@ -137,8 +137,8 @@ ___ashiftrt_r4_1:
        shar    r4
 
 ___ashiftrt_r4_0:
-       or      r0,r0
        rts
+       nop
 #endif
 
 #ifdef L_movstr
This page took 0.064333 seconds and 5 git commands to generate.