From 9cf737f89ffe0c75614ad388440b7b7706b6316b Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 30 May 2004 18:32:31 +0000 Subject: bb-reorder.c, [...]: Fix comment formatting. * 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. From-SVN: r82463 --- gcc/dwarf2out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/dwarf2out.c') diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 92767ab..1295f72 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -1950,7 +1950,7 @@ output_call_frame_info (int for_eh) having an FDE kept around when the function it refers to is discarded. (Example where this matters: a primary function template in C++ requires EH information, but an explicit - specialization doesn't. */ + specialization doesn't. */ if (TARGET_USES_WEAK_UNWIND_INFO && ! flag_asynchronous_unwind_tables && for_eh) -- cgit v1.1