* m68k.md (movdf): Hide GPR sources & destinations from regclass.

From-SVN: r26198
This commit is contained in:
Jeffrey A Law 1999-04-05 10:57:09 +00:00 committed by Jeff Law
parent 9aa7ea1805
commit 9f22acc4e4
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Mon Apr 5 11:51:38 1999 Jeffrey A Law (law@cygnus.com)
* m68k.md (movdf): Hide GPR sources & destinations from regclass.
Mon Apr 5 09:54:42 PDT 1999 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.

View File

@ -1147,8 +1147,10 @@
"")
(define_insn ""
[(set (match_operand:DF 0 "general_operand" "=rm,rf,rf,&rof<>,y,rm,x,!x,!rm")
(match_operand:DF 1 "general_operand" "rf,m,0,rofE<>,rmE,y,xH,rm,x"))]
[(set (match_operand:DF 0 "general_operand"
"=*rm,*rf,*rf,&*rof<>,y,*rm,x,!x,!*rm")
(match_operand:DF 1 "general_operand"
"*rf,m,0,*rofE<>,*rmE,y,xH,*rm,x"))]
; [(set (match_operand:DF 0 "general_operand" "=rm,&rf,&rof<>")
; (match_operand:DF 1 "general_operand" "rf,m,rofF<>"))]
"!TARGET_5200"