]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/c6x/predicates.md
cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.
[thirdparty/gcc.git] / gcc / config / c6x / predicates.md
index 1a2fe8f69f5b3bb7a184720ea5399e6109089bcf..94d9389de53f4b82b037b44266bc48b054a4d234 100644 (file)
         t = DECL_SIZE_UNIT (t);
       else
        t = TYPE_SIZE_UNIT (TREE_TYPE (t));
-      if (t && host_integerp (t, 0))
+      if (t && tree_fits_shwi_p (t))
        {
          size = tree_low_cst (t, 0);
          if (size < 0)