diff options
author | Kazu Hirata <kazu@hxi.com> | 2002-01-10 00:56:56 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-01-10 00:56:56 +0000 |
commit | f4f4d0f8fb7c1bfcd5c97beea05d15ede02e5a26 (patch) | |
tree | 128e1e60a316c7721be28b666b9ba4f7130e4a88 /gcc/rtl.c | |
parent | 54a8a50f804adc0ee5c30ed6e96150ec0c4c4375 (diff) | |
download | gcc-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/rtl.c')
-rw-r--r-- | gcc/rtl.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* RTL utility routines. - 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. @@ -180,7 +180,7 @@ const unsigned char mode_wider_mode[NUM_MACHINE_MODES] = { #undef DEF_MACHMODE #define DEF_MACHMODE(SYM, NAME, CLASS, BITSIZE, SIZE, UNIT, WIDER) \ - ((BITSIZE) >= HOST_BITS_PER_WIDE_INT) ? ~(unsigned HOST_WIDE_INT)0 : ((unsigned HOST_WIDE_INT) 1 << (BITSIZE)) - 1, + ((BITSIZE) >= HOST_BITS_PER_WIDE_INT) ? ~(unsigned HOST_WIDE_INT) 0 : ((unsigned HOST_WIDE_INT) 1 << (BITSIZE)) - 1, /* Indexed by machine mode, gives mask of significant bits in mode. */ |