]> gcc.gnu.org Git - gcc.git/commitdiff
(movdi): Delete the earlyclobber in load case.
authorRichard Stallman <rms@gnu.org>
Sat, 26 Jun 1993 07:42:26 +0000 (07:42 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 26 Jun 1993 07:42:26 +0000 (07:42 +0000)
From-SVN: r4741

gcc/config/sparc/sparc.md

index 188afaabb17e0b7dfe89723cdb26de47440a8ad8..813ce84e2bc75d82f691dae3750b562ddd95911a 100644 (file)
 }")
 
 (define_insn ""
-  [(set (match_operand:DI 0 "reg_or_nonsymb_mem_operand" "=r,Q,&r,&r,?f,?f,?Q")
+  [(set (match_operand:DI 0 "reg_or_nonsymb_mem_operand" "=r,Q,r,&r,?f,?f,?Q")
        (match_operand:DI 1 "general_operand" "r,r,Q,i,f,Q,f"))]
   "register_operand (operands[0], DImode)
    || register_operand (operands[1], DImode)
This page took 0.069129 seconds and 5 git commands to generate.