diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-13 20:48:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-13 20:48:45 +0000 |
commit | 621a25ae4462c07cf701b25bac9da17961092765 (patch) | |
tree | 4c9cf84aa5561d6c6759debacb43b9ee62741ed2 /gcc/expmed.c | |
parent | 3d3965630e5f9c56ef359b418f4ab9c0744eaa24 (diff) | |
download | gcc-621a25ae4462c07cf701b25bac9da17961092765.tar.gz |
* bitmap.c, bitmap.h, expmed.c, tree-cfg.c: Fix comment
formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90595 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r-- | gcc/expmed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index 191df725476..d9a400103a8 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -1870,7 +1870,7 @@ extract_force_align_mem_bit_field (rtx op0, unsigned HOST_WIDE_INT bitsize, unsigned int sign_shift_up, sign_shift_dn; rtx base, a1, a2, v1, v2, comb, shift, result, start; - /* Choose a mode that will fit BITSIZE. */ + /* Choose a mode that will fit BITSIZE. */ mode = smallest_mode_for_size (bitsize, MODE_INT); m_size = GET_MODE_SIZE (mode); m_bitsize = GET_MODE_BITSIZE (mode); |