* m68k.md (movdf): Hide GPR sources & destinations from regclass.
From-SVN: r26198
This commit is contained in:
parent
9aa7ea1805
commit
9f22acc4e4
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user