OSDN Git Service

* 1750a.md: Don't use hex format for a const_int.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Nov 2001 04:37:12 +0000 (04:37 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Nov 2001 04:37:12 +0000 (04:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47197 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/1750a/1750a.md

index 4bb5ce1..088a1de 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * 1750a.md: Don't use hex format for a const_int.
+
 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
 
        * expmed.c (extract_bit_field): Don't create invalid SUBREGs.
index 1f4098f..1ebd02e 100644 (file)
 (define_insn ""
   [(set (match_operand:QI 0 "register_operand" "=r")
         (ior:QI  (match_operand:QI 1 "register_operand" "0")
-                 (lshiftrt:QI (const_int 0x8000)
+                 (lshiftrt:QI (const_int 32768)
                       (match_operand:QI 2 "register_operand" "r"))))]
   ""
   "svbr   r%2,%r0")
 (define_insn ""
   [(set (match_operand:QI 0 "general_operand" "=r")
         (and:QI  (match_operand:QI 1 "general_operand" "0")
-            (not:QI (lshiftrt:QI (const_int 0x8000)
+            (not:QI (lshiftrt:QI (const_int 32768)
                         (match_operand:QI 2 "register_operand" "r")))))]
   ""
   "rvbr   r%2,%r0")