* ChangeLog: Fix reversion entry.
authorUros Bizjak <uros@gcc.gnu.org>
Wed, 6 Jan 2010 08:29:39 +0000 (09:29 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 6 Jan 2010 08:29:39 +0000 (09:29 +0100)
From-SVN: r155671

gcc/ChangeLog

index 123a62ad71c7277e6366df61bf3dd23cea721a29..4faf7d1d15061696ce6ae3fe119137facf3d8e10 100644 (file)
        for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
        operands to make them signed.
 
-       * config/i386/sse.md (umaxv4si3): Revert the last change.
-       (umin<mode>3): Likewise.
-       (uminv8hi3): Removed.
+       Revert:
+       2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/42542
+       * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
+       GTU to GT for V4SI and V2DI.
+
+       * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
+       (umin<mode>3): Removed.
+       (uminv8hi3): New.
        (uminv4si3): Likewise.
 
 2010-01-05  Martin Jambor  <mjambor@suse.cz>