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
d1e37dc7
Commit
d1e37dc7
authored
Mar 25, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fixup_var_refs_insns): Don't delete an insn copying
var to itself, if it's the end of a libcall group. From-SVN: r3873
parent
3615587a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
gcc/function.c
+3
-0
No files found.
gcc/function.c
View file @
d1e37dc7
...
...
@@ -1012,6 +1012,9 @@ fixup_var_refs_insns (var, promoted_mode, unsignedp, insn, toplevel)
if
(
toplevel
&&
GET_CODE
(
PATTERN
(
insn
))
==
SET
&&
SET_DEST
(
PATTERN
(
insn
))
==
var
/* If this represents the result of an insn group,
don't delete the insn. */
&&
find_reg_note
(
insn
,
REG_RETVAL
,
NULL_RTX
)
==
0
&&
rtx_equal_p
(
SET_SRC
(
PATTERN
(
insn
)),
var
))
{
/* In unoptimized compilation, we shouldn't call delete_insn
...
...
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