]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/vax/vax.c
rtl.h (always_void_p): New function.
[thirdparty/gcc.git] / gcc / config / vax / vax.c
index 3a2a6508da869d658edada1ee537d5a6b5ea3978..0b0d21be50b7088fcdb5851c4795c91f442c2671 100644 (file)
@@ -172,7 +172,7 @@ vax_add_reg_cfa_offset (rtx insn, int offset, rtx src)
 
   x = plus_constant (Pmode, frame_pointer_rtx, offset);
   x = gen_rtx_MEM (SImode, x);
-  x = gen_rtx_SET (VOIDmode, x, src);
+  x = gen_rtx_SET (x, src);
   add_reg_note (insn, REG_CFA_OFFSET, x);
 }