Commit 29b2abca authored by law's avatar law
Browse files

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26198 138bc75d-0d04-0410-961f-82ee72b054a4
parent 1562995a
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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment