From 1a84c183195d7cbd9e1b5a67fb991c124c250b64 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Sat, 23 Apr 2011 00:33:15 +0000 Subject: [PATCH] * gensupport.c (read_md_rtx): Fix typo in comment. From-SVN: r172890 --- gcc/ChangeLog | 1 + gcc/gensupport.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a0be8d871d0..b40ab739582 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2011-04-22 Mike Stump + * gensupport.c (read_md_rtx): Fix typo in comment. * config/cris/cris.opt (moverride-best-lib-options): Fix typo in comment. diff --git a/gcc/gensupport.c b/gcc/gensupport.c index 682d2ac6959..cd72e770d75 100644 --- a/gcc/gensupport.c +++ b/gcc/gensupport.c @@ -1304,7 +1304,7 @@ read_md_rtx (int *lineno, int *seqnr) their C test is provably always false). If insn_elision is false, our caller needs to see all the patterns. Note that the elided patterns are never counted by the sequence numbering; it - it is the caller's responsibility, when insn_elision is false, not + is the caller's responsibility, when insn_elision is false, not to use elided pattern numbers for anything. */ switch (GET_CODE (desc)) { -- 2.30.2