* i386.md (testsi to testqi_zext_1 splitter): Fix typo.
authorJan Hubicka <jh@suse.cz>
Tue, 14 May 2002 10:46:27 +0000 (12:46 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 14 May 2002 10:46:27 +0000 (10:46 +0000)
From-SVN: r53454

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

index 950b531f4f441752eddc56c8490db79ed7067184..bbc9de9006b2a850875d630479ffa864ad700694 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 14 12:38:30 CEST 2002  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (testsi to testqi_zext_1 splitter): Fix typo.
+
 2002-05-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
        * doc/install.texi: Remove special markup originally required for
index ba9385531053b211afaa4ad56836f7227bebc1a0..e4863185b5eae2c5c69d60991b9e25defb8b5096 100644 (file)
                  (match_dup 1))
          (const_int 0)))]
   "operands[0] = gen_lowpart (SImode, operands[0]);
-   operands[1] = gen_int_mode (INTVAL (operands[1]) >> 8, QImode);")
+   operands[1] = gen_int_mode (INTVAL (operands[1]) >> 8, SImode);")
 
 (define_split
   [(set (reg 17)