]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/cris/cris.md
rtl.h (always_void_p): New function.
[thirdparty/gcc.git] / gcc / config / cris / cris.md
index bcc91a38de442306af1ededfc4587ffd6ec70991..04104d9ea81f1f28dfeac2006b4e84b8f78b5cee 100644 (file)
          reg1 = reg0;
        }
 
-      emit_insn (gen_rtx_SET (SImode, reg0,
-                         gen_rtx_AND (SImode, reg1, operands[2])));
+      emit_insn (gen_rtx_SET (reg0, gen_rtx_AND (SImode, reg1, operands[2])));
 
       /* Make sure we get the right *final* destination.  */
       if (! REG_P (operands[0]))
          reg1 = reg0;
        }
 
-      emit_insn (gen_rtx_SET (HImode, reg0,
-                         gen_rtx_AND (HImode, reg1, operands[2])));
+      emit_insn (gen_rtx_SET (reg0, gen_rtx_AND (HImode, reg1, operands[2])));
 
       /* Make sure we get the right destination.  */
       if (! REG_P (operands[0]))