(expand_call): Use HOST_WIDE_INT instead of int when comparing a
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 3 Aug 1992 01:36:27 +0000 (21:36 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 3 Aug 1992 01:36:27 +0000 (21:36 -0400)
pointer to an integer constant.

From-SVN: r1747

gcc/calls.c

index d46d10374593ed83e9f05cd08bd3498461a85046..6c18536ef7a780795aee9ce9ff020f9c536c11f2 100644 (file)
@@ -607,7 +607,7 @@ expand_call (exp, target, ignore)
                                     structure_value_addr);
 
       /* If inlining succeeded, return.  */
-      if ((int) temp != -1)
+      if ((HOST_WIDE_INT) temp != -1)
        {
          int i;