Commit 1a84c183 by Mike Stump Committed by Mike Stump

* gensupport.c (read_md_rtx): Fix typo in comment.

From-SVN: r172890
parent cf693f43
2011-04-22 Mike Stump <mikestump@comcast.net> 2011-04-22 Mike Stump <mikestump@comcast.net>
* gensupport.c (read_md_rtx): Fix typo in comment.
* config/cris/cris.opt (moverride-best-lib-options): Fix typo in * config/cris/cris.opt (moverride-best-lib-options): Fix typo in
comment. comment.
......
...@@ -1304,7 +1304,7 @@ read_md_rtx (int *lineno, int *seqnr) ...@@ -1304,7 +1304,7 @@ read_md_rtx (int *lineno, int *seqnr)
their C test is provably always false). If insn_elision is their C test is provably always false). If insn_elision is
false, our caller needs to see all the patterns. Note that the false, our caller needs to see all the patterns. Note that the
elided patterns are never counted by the sequence numbering; it 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. */ to use elided pattern numbers for anything. */
switch (GET_CODE (desc)) switch (GET_CODE (desc))
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment