From: Doug Evans Date: Wed, 20 Apr 1994 03:34:57 +0000 (+0000) Subject: #include regs.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf76bb5a496033fb436d662fd2fb3649dace3aa2;p=gcc.git #include regs.h. #include regs.h. (use_regs): Use reg_raw_mode. From-SVN: r7085 --- diff --git a/gcc/expr.c b/gcc/expr.c index d0c09f52360..4cb4c46dede 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "tree.h" #include "obstack.h" #include "flags.h" +#include "regs.h" #include "function.h" #include "insn-flags.h" #include "insn-codes.h" @@ -1671,7 +1672,7 @@ use_regs (regno, nregs) int i; for (i = 0; i < nregs; i++) - emit_insn (gen_rtx (USE, VOIDmode, gen_rtx (REG, word_mode, regno + i))); + emit_insn (gen_rtx (USE, VOIDmode, gen_rtx (REG, reg_raw_mode[regno + i], regno + i))); } /* Write zeros through the storage of OBJECT.