]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/stor-layout.c
[62/77] Big machine_mode to scalar_int_mode replacement
[thirdparty/gcc.git] / gcc / stor-layout.c
index ad42c040e0738d172568fd36103f60f7e79f6f40..012602d22985e23f2629221783bbba9c0a2e45d4 100644 (file)
@@ -2917,8 +2917,8 @@ get_best_mode (int bitsize, int bitpos,
    SIGN).  The returned constants are made to be usable in TARGET_MODE.  */
 
 void
-get_mode_bounds (machine_mode mode, int sign,
-                machine_mode target_mode,
+get_mode_bounds (scalar_int_mode mode, int sign,
+                scalar_int_mode target_mode,
                 rtx *mmin, rtx *mmax)
 {
   unsigned size = GET_MODE_PRECISION (mode);