X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fgenpreds.c;h=1eebc331c303252a32886441bfc5b1d09294605b;hb=20391a1f4142fe868114d22d71ccad7b27718e33;hp=b090ba4e1d0206865c2428aacffb255cc8c2a389;hpb=e0a4c0c284f901dd69a6e77aeb35c446bbb7bf19;p=pf3gnuchains%2Fgcc-fork.git 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);