* config/i386/i386.md ("femms"): Add "memory" attr "none".
From-SVN: r56745
This commit is contained in:
parent
c7a009a25e
commit
d82283d599
@ -1,4 +1,8 @@
|
||||
2002-09-03 <graham.stott@btinternet.com>
|
||||
2002-09-03 Graham Stott <graham.stott@btinternet.com>
|
||||
|
||||
* config/i386/i386.md ("femms"): Add "memory" attr "none".
|
||||
|
||||
2002-09-03 Graham Stott <graham.stott@btinternet.com>
|
||||
|
||||
* expr.c (expand_expr): Remove extraneous comment and code.
|
||||
|
||||
|
@ -19819,7 +19819,8 @@
|
||||
(clobber (reg:DI 36))]
|
||||
"TARGET_3DNOW"
|
||||
"femms"
|
||||
[(set_attr "type" "mmx")])
|
||||
[(set_attr "type" "mmx")
|
||||
(set_attr "memory" "none")])
|
||||
|
||||
(define_insn "pf2id"
|
||||
[(set (match_operand:V2SI 0 "register_operand" "=y")
|
||||
|
Loading…
Reference in New Issue
Block a user