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
bd5f6d44
Commit
bd5f6d44
authored
Jan 15, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(find_equiv_reg): Apply single_set, not PATTERN, to WHERE.
From-SVN: r10981
parent
2142b2d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/reload.c
+2
-2
No files found.
gcc/reload.c
View file @
bd5f6d44
/* Search an insn for pseudo regs that must be in hard regs and are not.
Copyright (C) 1987, 88, 89, 92
, 93, 94, 1995
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92
-5, 1996
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -5558,7 +5558,7 @@ find_equiv_reg (goal, insn, class, other, reload_reg_p, goalreg, mode)
/* Reject VALUE if it was loaded from GOAL
and is also a register that appears in the address of GOAL. */
if
(
goal_mem
&&
value
==
SET_DEST
(
PATTERN
(
where
))
if
(
goal_mem
&&
value
==
SET_DEST
(
single_set
(
where
))
&&
refers_to_regno_for_reload_p
(
valueno
,
(
valueno
+
HARD_REGNO_NREGS
(
valueno
,
mode
)),
...
...
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