From 52c18286ff5f35266ef45c01983397cad00d01e7 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 2 Apr 1998 18:12:00 +0000 Subject: Fix x86 core dump on regex.c Fix x86 core dump on regex.c * i386.md (movqi+1): Change alternative 1 from *r/r to *r/*rn. From-SVN: r18966 --- gcc/config/i386/i386.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/i386/i386.md') diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index ae084aee83f..9de8a93e1fb 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -1095,7 +1095,7 @@ (define_insn "" [(set (match_operand:QI 0 "nonimmediate_operand" "=q,*r,qm") - (match_operand:QI 1 "general_operand" "*g,r,qn"))] + (match_operand:QI 1 "general_operand" "*g,*rn,qn"))] "(!TARGET_MOVE || GET_CODE (operands[0]) != MEM) || (GET_CODE (operands[1]) != MEM)" "* { -- cgit v1.2.1