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
28432d9f
Commit
28432d9f
authored
Dec 02, 2002
by
Kazu Hirata
Committed by
Kazu Hirata
Dec 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ra-build.c: Fix a comment typo.
From-SVN: r59705
parent
e651d484
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/ra-build.c
+1
-1
No files found.
gcc/ChangeLog
View file @
28432d9f
2002
-
12
-
02
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
ra
-
build
.
c
:
Fix
a
comment
typo
.
2002
-
12
-
01
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
2002
-
12
-
01
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
config
/
h8300
/
h8300
.
c
(
h8300_output_function_prologue
)
:
*
config
/
h8300
/
h8300
.
c
(
h8300_output_function_prologue
)
:
...
...
gcc/ra-build.c
View file @
28432d9f
...
@@ -612,7 +612,7 @@ struct curr_use {
...
@@ -612,7 +612,7 @@ struct curr_use {
It is only called with DEF and USE being (reg:M a) or (subreg:M1 (reg:M2 a)
It is only called with DEF and USE being (reg:M a) or (subreg:M1 (reg:M2 a)
x) rtx's. Furthermore if it's a subreg rtx M1 is at least one word wide,
x) rtx's. Furthermore if it's a subreg rtx M1 is at least one word wide,
and a is a multi-word pseudo. If DEF or USE are hardregs, they are in
and a is a multi-word pseudo. If DEF or USE are hardregs, they are in
wordmode, so we don't need to check for further hardregs which would result
word
_
mode, so we don't need to check for further hardregs which would result
from wider references. We are never called with paradoxical subregs.
from wider references. We are never called with paradoxical subregs.
This returns:
This returns:
...
...
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