Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
a628d195
Commit
a628d195
authored
Oct 02, 1999
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in peep2 example.
From-SVN: r29775
parent
111fbf3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/md.texi
+3
-3
No files found.
gcc/md.texi
View file @
a628d195
...
...
@@ -3565,9 +3565,9 @@ so here's a silly made-up example:
@end
smallexample
@noindent
If
we
had
not
added
the
@code
{(
match_dup
3
)}
at
the
end
of
the
sequence
,
it
might
have
been
the
case
that
the
register
we
chose
at
the
beginning
of
the
sequence
is
killed
by
the
first
or
second
@code{
set
}
.
If
we
had
not
added
the
@code
{(
match_dup
4
)}
in
the
middle
of
the
input
sequence
,
it
might
have
been
the
case
that
the
register
we
chose
at
the
beginning
of
the
sequence
is
killed
by
the
first
or
second
@code{
set
}
.
@node
Insn
Attributes
@section
Instruction
Attributes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment