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/tree-complex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-complex.c') diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c index 66fa6129c6d..587c90a1c7a 100644 --- a/gcc/tree-complex.c +++ b/gcc/tree-complex.c @@ -298,7 +298,7 @@ expand_complex_div_wide (block_stmt_iterator *bsi, tree inner_type, t1 = do_binop (bsi, MULT_EXPR, inner_type, min, ratio); div = do_binop (bsi, PLUS_EXPR, inner_type, t1, max); - /* Result is now ((ar + ai*ratio)/div) + i((ai - ar*ratio)/div). */ + /* Result is now ((ar + ai*ratio)/div) + i((ai - ar*ratio)/div). */ t1 = do_binop (bsi, MULT_EXPR, inner_type, ai, ratio); t2 = do_binop (bsi, PLUS_EXPR, inner_type, ar, t1); rr = do_binop (bsi, code, inner_type, t2, div); -- cgit v1.2.1