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
This commit is contained in:
parent
0b41abe668
commit
52c18286ff
@ -1,3 +1,7 @@
|
|||||||
|
Thu Apr 2 18:00:52 1998 Jim Wilson <wilson@cygnus.com>
|
||||||
|
|
||||||
|
* i386.md (movqi+1): Change alternative 1 from *r/r to *r/*rn.
|
||||||
|
|
||||||
1998-04-02 Vladimir N. Makarov <vmakarov@cygnus.com>
|
1998-04-02 Vladimir N. Makarov <vmakarov@cygnus.com>
|
||||||
|
|
||||||
* ginclude/va-i960.h (va_end): Change void * to void.
|
* ginclude/va-i960.h (va_end): Change void * to void.
|
||||||
|
@ -1095,7 +1095,7 @@
|
|||||||
|
|
||||||
(define_insn ""
|
(define_insn ""
|
||||||
[(set (match_operand:QI 0 "nonimmediate_operand" "=q,*r,qm")
|
[(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)"
|
"(!TARGET_MOVE || GET_CODE (operands[0]) != MEM) || (GET_CODE (operands[1]) != MEM)"
|
||||||
"*
|
"*
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user