mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-26 08:40:33 +08:00
c-common.c, [...]: Fix comment formatting.
* c-common.c, c-opts.c, combine.c, cse.c, dojump.c, gimplify.c, tree-dfa.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-sink.c, tree-vect-analyze.c, tree.def, tree.h: Fix comment formatting. From-SVN: r96104
This commit is contained in:
parent
be93246638
commit
6c6cfbfd52
@ -1,3 +1,10 @@
|
||||
2005-03-08 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* c-common.c, c-opts.c, combine.c, cse.c, dojump.c,
|
||||
gimplify.c, tree-dfa.c, tree-ssa-loop-ivopts.c,
|
||||
tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-sink.c,
|
||||
tree-vect-analyze.c, tree.def, tree.h: Fix comment formatting.
|
||||
|
||||
2005-03-08 Alexey Neyman <alex.neyman@auriga.ru>
|
||||
|
||||
PR c/14411
|
||||
|
@ -9434,7 +9434,8 @@ gen_lowpart_for_combine (enum machine_mode omode, rtx x)
|
||||
if (WORDS_BIG_ENDIAN)
|
||||
offset = MAX (isize, UNITS_PER_WORD) - MAX (osize, UNITS_PER_WORD);
|
||||
|
||||
/* Adjust the address so that the address-after-the-data is unchanged. */
|
||||
/* Adjust the address so that the address-after-the-data is
|
||||
unchanged. */
|
||||
if (BYTES_BIG_ENDIAN)
|
||||
offset -= MIN (UNITS_PER_WORD, osize) - MIN (UNITS_PER_WORD, isize);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user