From 471854f82a8ac6adc65c32232877b1f1fb0e82d0 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 22 Oct 2004 17:05:11 +0000 Subject: alias.c, [...]: Fix comment formatting. * 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. From-SVN: r89453 --- gcc/genpreds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/genpreds.c') diff --git a/gcc/genpreds.c b/gcc/genpreds.c index b090ba4e1d0..1eebc331c30 100644 --- a/gcc/genpreds.c +++ b/gcc/genpreds.c @@ -106,7 +106,7 @@ write_tm_preds_h (void) (match_test "basereg_operand_1 (op, mode)"))) The only wart is that there's no way to insist on a { } string in - an RTL template, so we have to handle "" strings. */ + an RTL template, so we have to handle "" strings. */ static void @@ -288,7 +288,7 @@ add_mode_tests (struct pred_data *p) if (test0 && test1) /* Must put it on the dependent clause, not the controlling expression, or we change the meaning of - the test. */ + the test. */ pos = &XEXP (subexp, 1); else pos = &XEXP (subexp, 2); -- cgit v1.2.1