* config/i386/i386.md ("femms"): Add "memory" attr "none".

From-SVN: r56745
This commit is contained in:
Graham Stott 2002-09-03 00:43:17 +00:00 committed by Graham Stott
parent c7a009a25e
commit d82283d599
2 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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")