Commit e35031a6 by Mark Mitchell Committed by Mark Mitchell

i386.md: Make sure cmpstr peepholes do not affect liveness information.

	* config/i386/i386.md: Make sure cmpstr peepholes do not
	affect liveness information.

From-SVN: r42568
parent 2afb18a1
2001-05-25 Mark <mark@codesourcery.com>
* config/i386/i386.md: Make sure cmpstr peepholes do not
affect liveness information.
2001-05-24 Mark Mitchell <mark@codesourcery.com>
* c-typeck.c (digest_init): Issue error messages about
......
......@@ -15506,7 +15506,9 @@
(use (reg:SI 19))
(clobber (match_dup 0))
(clobber (match_dup 1))
(clobber (match_dup 2))])]
(clobber (match_dup 2))])
(clobber (match_dup 7))
(clobber (match_dup 8))]
"")
;; ...and this one handles cmpstr*_1.
......@@ -15544,7 +15546,9 @@
(use (reg:SI 19))
(clobber (match_dup 0))
(clobber (match_dup 1))
(clobber (match_dup 2))])]
(clobber (match_dup 2))])
(clobber (match_dup 7))
(clobber (match_dup 8))]
"")
......
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