OSDN Git Service

* 1750a.md: Don't use hex format for a const_int.
[pf3gnuchains/gcc-fork.git] / gcc / config / 1750a / 1750a.md
index e9a4deb..1ebd02e 100644 (file)
   ""
   "*
    {
-     char *istr;
+     const char *istr;
      switch(which_alternative)
        {
        case 0:
 (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")