aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>1995-04-18 10:19:35 +0000
committerRichard Kenner <kenner@vlsi1.ultra.nyu.edu>1995-04-18 10:19:35 +0000
commit97663aacbdfcb383dfdcdf252c0e7603b1c6674a (patch)
tree6b17083d05fd953b85f4676c1fb22171ef624539 /gcc/fold-const.c
parentd3e9e0c5f75453370221861275df336158092d15 (diff)
(size_int): Arg is unsigned HOST_WIDE_INT.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@9406 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index f8e51ec0a8f..2b5c0655d06 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -1329,7 +1329,7 @@ const_binop (code, arg1, arg2, notrunc)
tree
size_int (number)
- unsigned int number;
+ unsigned HOST_WIDE_INT number;
{
register tree t;
/* Type-size nodes already made for small sizes. */