aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-05-09 01:42:28 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-05-09 01:42:28 +0000
commita6a2274a17660ba099a5f5b15536421939e46c1d (patch)
treea546d2736172ee466c2568e02cd89721a1acfd42 /gcc/rtl.c
parent461b48d5448f2594e13e085c9f69b15d328ed032 (diff)
downloadgcc-a6a2274a17660ba099a5f5b15536421939e46c1d.zip
gcc-a6a2274a17660ba099a5f5b15536421939e46c1d.tar.gz
gcc-a6a2274a17660ba099a5f5b15536421939e46c1d.tar.bz2
read-rtl.c: Fix formatting.
* read-rtl.c: Fix formatting. * real.c: Likewise. * recog.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * reg-stack.c: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * resource.c: Likewise. * rtlanal.c: Likewise. * rtl.c: Likewise. * rtl-error.c: Likewise. From-SVN: r53313
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index f88547d..13e7380 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -417,7 +417,7 @@ get_mode_alignment (mode)
alignment = GET_MODE_UNIT_SIZE (mode);
else
alignment = GET_MODE_SIZE (mode);
-
+
/* Extract the LSB of the size. */
alignment = alignment & -alignment;
alignment *= BITS_PER_UNIT;