diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-10-22 17:05:11 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-10-22 17:05:11 +0000 |
commit | 471854f82a8ac6adc65c32232877b1f1fb0e82d0 (patch) | |
tree | 78237ea08ce69e2e4f29b80e8bf73c2c708305a4 /gcc/genpreds.c | |
parent | 969def55395b4bb4f544419b64294257a68a154b (diff) | |
download | gcc-471854f82a8ac6adc65c32232877b1f1fb0e82d0.tar.gz |
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
Diffstat (limited to 'gcc/genpreds.c')
-rw-r--r-- | gcc/genpreds.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |