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
ce9c8df2
Commit
ce9c8df2
authored
Oct 06, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(reg_set_last): Fix call to reg_set_between_p.
From-SVN: r10432
parent
0ebba7fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/rtlanal.c
+1
-1
No files found.
gcc/rtlanal.c
View file @
ce9c8df2
...
...
@@ -905,7 +905,7 @@ reg_set_last (x, insn)
||
((
GET_CODE
(
reg_set_last_value
)
==
REG
||
GET_CODE
(
reg_set_last_value
)
==
SUBREG
)
&&
!
reg_set_between_p
(
reg_set_last_value
,
NEXT_INSN
(
insn
)
,
orig_insn
)))
insn
,
orig_insn
)))
return
reg_set_last_value
;
else
return
0
;
...
...
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