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
d1c1c79f
Commit
d1c1c79f
authored
Jun 28, 2008
by
Andrew Jenner
Committed by
Andrew Jenner
Jun 28, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regrename.c (build_def_use): Don't copy RTX.
* regrename.c (build_def_use): Don't copy RTX. From-SVN: r137235
parent
38bb2b65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/regrename.c
+1
-1
No files found.
gcc/ChangeLog
View file @
d1c1c79f
2008
-
06
-
28
Andrew
Jenner
<
andrew
@codesourcery
.
com
>
*
regrename
.
c
(
build_def_use
)
:
Don
'
t
copy
RTX
.
2008
-
06
-
28
Sandra
Loosemore
<
sandra
@codesourcery
.
com
>
*
doc
/
extend
.
texi
(
Variable
Attributes
)
:
Use
@ref
instead
of
@xref
.
...
...
gcc/regrename.c
View file @
d1c1c79f
...
...
@@ -812,7 +812,7 @@ build_def_use (basic_block bb)
OP_IN
,
0
);
for
(
i
=
0
;
i
<
recog_data
.
n_dups
;
i
++
)
*
recog_data
.
dup_loc
[
i
]
=
copy_rtx
(
old_dups
[
i
])
;
*
recog_data
.
dup_loc
[
i
]
=
old_dups
[
i
]
;
for
(
i
=
0
;
i
<
n_ops
;
i
++
)
*
recog_data
.
operand_loc
[
i
]
=
old_operands
[
i
];
if
(
recog_data
.
n_dups
)
...
...
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