aboutsummaryrefslogtreecommitdiff
path: root/gcc/gensupport.c
diff options
context:
space:
mode:
authormrs <>2011-04-23 00:33:15 +0000
committermrs <>2011-04-23 00:33:15 +0000
commit0576dd9263585245a5ea7ee85a8f6e088907c64b (patch)
treebcc751640d11c05bdf29dceea97bcabf029ceff0 /gcc/gensupport.c
parentc150d4f7a7d875ea41c084b8b8fe7eadf8a16a66 (diff)
* gensupport.c (read_md_rtx): Fix typo in comment.
Diffstat (limited to 'gcc/gensupport.c')
-rw-r--r--gcc/gensupport.c2
1 files changed, 1 insertions, 1 deletions
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))
{