]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/nds32/nds32-memory-manipulation.c
rtl.h (always_void_p): New function.
[thirdparty/gcc.git] / gcc / config / nds32 / nds32-memory-manipulation.c
index 2f333371d78c743b6294089fd29d142dc155d2b9..9dc52f20de0f6e1cc857ccf446fae9762ce08649 100644 (file)
@@ -108,7 +108,7 @@ nds32_expand_load_multiple (int base_regno, int count,
                                               new_addr, offset);
       reg      = gen_rtx_REG (SImode, base_regno + par_index);
 
-      XVECEXP (result, 0, par_index) = gen_rtx_SET (VOIDmode, reg, mem);
+      XVECEXP (result, 0, par_index) = gen_rtx_SET (reg, mem);
     }
 
   return result;
@@ -136,7 +136,7 @@ nds32_expand_store_multiple (int base_regno, int count,
                                               new_addr, offset);
       reg      = gen_rtx_REG (SImode, base_regno + par_index);
 
-      XVECEXP (result, 0, par_index) = gen_rtx_SET (VOIDmode, mem, reg);
+      XVECEXP (result, 0, par_index) = gen_rtx_SET (mem, reg);
     }
 
   return result;