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
3924a578
Commit
3924a578
authored
Feb 25, 2000
by
K. Richard Pixley
Committed by
Jeff Law
Feb 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.texi: Fix typo.
From-SVN: r32157
parent
ac52f669
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/rtl.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
3924a578
Fri
Feb
25
18
:
49
:
39
2000
"K. Richard Pixley"
<
rich
@microunity
.
com
>
*
rtl
.
texi
:
Fix
typo
.
Fri
Feb
25
20
:
02
:
35
2000
J
"orn Rennecke <amylaar@cygnus.co.uk>
Fri
Feb
25
20
:
02
:
35
2000
J
"orn Rennecke <amylaar@cygnus.co.uk>
* sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
* sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
...
...
gcc/rtl.texi
View file @
3924a578
...
@@ -1558,7 +1558,7 @@ There are two ways that comparison operations may be used. The
...
@@ -1558,7 +1558,7 @@ There are two ways that comparison operations may be used. The
comparison
operators
may
be
used
to
compare
the
condition
codes
comparison
operators
may
be
used
to
compare
the
condition
codes
@code
{(
cc0
)}
against
zero
,
as
in
@code
{(
eq
(
cc0
)
(
const_int
0
))}.
Such
@code
{(
cc0
)}
against
zero
,
as
in
@code
{(
eq
(
cc0
)
(
const_int
0
))}.
Such
a
construct
actually
refers
to
the
result
of
the
preceding
instruction
a
construct
actually
refers
to
the
result
of
the
preceding
instruction
in
which
the
condition
codes
were
set
.
The
instructi
ng
setting
the
in
which
the
condition
codes
were
set
.
The
instructi
on
setting
the
condition
code
must
be
adjacent
to
the
instruction
using
the
condition
condition
code
must
be
adjacent
to
the
instruction
using
the
condition
code
;
only
@code
{
note
}
insns
may
separate
them
.
code
;
only
@code
{
note
}
insns
may
separate
them
.
...
...
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