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
b84f9d9c
Commit
b84f9d9c
authored
Dec 16, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(eliminate_regs_in_insn): Test old_body, not new_body, since
people have tested it that way. From-SVN: r2879
parent
e063ca5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/reload1.c
+1
-1
No files found.
gcc/reload1.c
View file @
b84f9d9c
...
@@ -3003,7 +3003,7 @@ eliminate_regs_in_insn (insn, replace)
...
@@ -3003,7 +3003,7 @@ eliminate_regs_in_insn (insn, replace)
/* Don't copy an asm_operands because (1) there's no need and (2)
/* Don't copy an asm_operands because (1) there's no need and (2)
copy_rtx can't do it properly when there are multiple outputs. */
copy_rtx can't do it properly when there are multiple outputs. */
if
(
!
replace
&&
asm_noperands
(
new
_body
)
<
0
)
if
(
!
replace
&&
asm_noperands
(
old
_body
)
<
0
)
new_body
=
copy_rtx
(
new_body
);
new_body
=
copy_rtx
(
new_body
);
/* If we had a move insn but now we don't, rerecognize it. */
/* If we had a move insn but now we don't, rerecognize it. */
...
...
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