OSDN Git Service

* i386.md (testsi to testqi_zext_1 splitter): Fix typo.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 May 2002 10:46:27 +0000 (10:46 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 May 2002 10:46:27 +0000 (10:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53454 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 950b531..bbc9de9 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 ba93855..e486318 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)