]> gcc.gnu.org Git - gcc.git/commitdiff
i386.md: Make sure cmpstr peepholes do not affect liveness information.
authorMark Mitchell <mark@codesourcery.com>
Fri, 25 May 2001 09:09:17 +0000 (09:09 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 25 May 2001 09:09:17 +0000 (09:09 +0000)
* config/i386/i386.md: Make sure cmpstr peepholes do not
affect liveness information.

From-SVN: r42568

gcc/ChangeLog
gcc/config/i386/i386.md

index c2c6e2992e54321692c112fe28ad6d63274f06e4..264f442a3ede96759153ddd54fed75c8ec436ec8 100644 (file)
@@ -1,3 +1,8 @@
+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 
index a5bad6669eb6a43359a2788b9b343e3b5a0129f2..da6b19e3d4d92a29315fa757ace4a5409b4094e4 100644 (file)
      (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.
      (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))]
   "")
 
 
This page took 0.102752 seconds and 5 git commands to generate.