From 0bed386979f6bdc139c519bab996bed698ade995 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 30 May 2004 18:32:31 +0000 Subject: * bb-reorder.c, builtins.c, c-common.c, c-gimplify.c, c-incpath.c, cgraphunit.c, ddg.c, defaults.h, dwarf2out.c, expmed.c, flags.h, gcc.c, gensupport.c, gimplify.c, global.c, passes.c, reg-stack.c, target.h, toplev.c, tree-alias-ander.c, tree-alias-common.c, tree-cfg.c, tree-complex.c, tree-dfa.c, tree-eh.c, tree-mudflap.c, tree-mudflap.h, tree-outof-ssa.c, tree-phinodes.c, tree-pretty-print.c, tree-ssa-alias.c, tree-ssa-ccp.c, tree-ssa-live.c, tree-ssa-live.h, tree-ssa-pre.c, tree.h, value-prof.h, varasm.c: Fix comment formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82463 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cgraphunit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cgraphunit.c') diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index cb21556ff44..cbb924c58f2 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -1078,7 +1078,7 @@ cgraph_mark_inline_edge (struct cgraph_edge *e) what = e->callee; - /* Now update size of caller and all functions caller is inlined into. */ + /* Now update size of caller and all functions caller is inlined into. */ for (;e && !e->inline_failed; e = e->caller->callers) { old_insns = e->caller->global.insns; -- cgit v1.2.1