mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe constant.
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 24 Sep 2003 02:56:46 +0000 (02:56 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Wed, 24 Sep 2003 02:56:46 +0000 (02:56 +0000)
* config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe
constant.

From-SVN: r71718

gcc/ChangeLog
gcc/config/mn10300/mn10300.md

index 7704e9f8e822dd44727900b8e8114f3a151ff8b0..235bf620e7999ff143b7bcb234ee95189cf2f6b1 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-23  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe
+       constant.
+
 2003-09-23  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * config.gcc: Move vax-*-vms* unsupported notice up with the rest.
index 6f4517149c4f742afda4cb7a35e58a4b51d18bec..e2bb356049f19e58a68b1158b978f7d766a06049 100644 (file)
                              || INTVAL (operands[2]) == 0x3fffffff
                              || INTVAL (operands[2]) == 0x1fffffff
                              || INTVAL (operands[2]) == 0x0fffffff
-                             || INTVAL (operands[2]) == 0x0ffffffe
+                             || INTVAL (operands[2]) == 0xfffffffe
                              || INTVAL (operands[2]) == 0xfffffffc
                              || INTVAL (operands[2]) == 0xfffffff8
                              || INTVAL (operands[2]) == 0xfffffff0)")
                              || INTVAL (operands[2]) == 0x3fffffff
                              || INTVAL (operands[2]) == 0x1fffffff
                              || INTVAL (operands[2]) == 0x0fffffff
-                             || INTVAL (operands[2]) == 0x0ffffffe
+                             || INTVAL (operands[2]) == 0xfffffffe
                              || INTVAL (operands[2]) == 0xfffffffc
                              || INTVAL (operands[2]) == 0xfffffff8
                              || INTVAL (operands[2]) == 0xfffffff0)")