From dac49aa5c53ad15cdab5f898160dbe72708c98d3 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 22 Oct 2004 17:05:11 +0000 Subject: * alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h, final.c, gengtype.c, genpreds.c, ggc-page.c, insn-notes.def, lambda-code.c, loop-unroll.c, modulo-sched.c, pointer-set.c, pretty-print.c, ra-colorize.c, sbitmap.c, tree-complex.c, tree-data-ref.c, tree-dfa.c, tree-inline.c, tree-into-ssa.c, tree-scalar-evolution.c, tree-ssa-dom.c, tree-ssa-loop-manip.c, tree-ssa-loop-niter.c, tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-threadupdate.c, tree-vectorizer.c, vec.h: Fix comment formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89453 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/alias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/alias.c') diff --git a/gcc/alias.c b/gcc/alias.c index 9155791d1d8..49f2c6b1147 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -482,7 +482,7 @@ get_alias_set (tree t) type, then we would believe that other subsets of the pointed-to type (such as fields of that type) do not conflict with the type pointed to - by the restricted pointer. */ + by the restricted pointer. */ DECL_POINTER_ALIAS_SET (decl) = pointed_to_alias_set; else -- cgit v1.2.1