aboutsummaryrefslogtreecommitdiff
path: root/gcc/read-rtl.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2002-01-10 00:56:56 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-01-10 00:56:56 +0000
commitf4f4d0f8fb7c1bfcd5c97beea05d15ede02e5a26 (patch)
tree128e1e60a316c7721be28b666b9ba4f7130e4a88 /gcc/read-rtl.c
parent54a8a50f804adc0ee5c30ed6e96150ec0c4c4375 (diff)
downloadgcc-f4f4d0f8fb7c1bfcd5c97beea05d15ede02e5a26.zip
gcc-f4f4d0f8fb7c1bfcd5c97beea05d15ede02e5a26.tar.gz
gcc-f4f4d0f8fb7c1bfcd5c97beea05d15ede02e5a26.tar.bz2
read-rtl.c: Fix formatting.
* read-rtl.c: Fix formatting. * real.c: Likewise. * regclass.c: Likewise. * regrename.c: Likewise. * reg-stack.c: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * rtl.c: Likewise. From-SVN: r48704
Diffstat (limited to 'gcc/read-rtl.c')
-rw-r--r--gcc/read-rtl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/read-rtl.c b/gcc/read-rtl.c
index fd79176..3c9b9f5 100644
--- a/gcc/read-rtl.c
+++ b/gcc/read-rtl.c
@@ -1,5 +1,5 @@
/* RTL reader for GNU C Compiler.
- Copyright (C) 1987, 1988, 1991, 1994, 1997, 1998, 1999, 2000, 2001
+ Copyright (C) 1987, 1988, 1991, 1994, 1997, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of GCC.
@@ -396,7 +396,7 @@ atoll(p)
if (new_wide < tmp_wide)
{
/* Return INT_MAX equiv on overflow. */
- tmp_wide = (~(unsigned HOST_WIDE_INT)0) >> 1;
+ tmp_wide = (~(unsigned HOST_WIDE_INT) 0) >> 1;
break;
}
tmp_wide = new_wide;