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
45f39d78
Commit
45f39d78
authored
15 years ago
by
Alexandre Oliva
Committed by
Alexandre Oliva
15 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* combine.c (move_deaths): Compare LUIDs within the same BB only.
From-SVN: r148075
parent
2aa7c49b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/combine.c
+1
-0
No files found.
gcc/ChangeLog
View file @
45f39d78
2009-06-02 Alexandre Oliva <aoliva@redhat.com>
* combine.c (move_deaths): Compare LUIDs within the same BB only.
2009-06-02 Alexandre Oliva <aoliva@redhat.com>
* common.opt (fdump-unnumbered-links): New.
* doc/invoke.texi (-fdump-unnumbered-links): Document it.
* print-rtl.c (flag_dump_unnumbered_links): New.
...
...
This diff is collapsed.
Click to expand it.
gcc/combine.c
View file @
45f39d78
...
...
@@ -12144,6 +12144,7 @@ move_deaths (rtx x, rtx maybe_kill_insn, int from_luid, rtx to_insn,
return
;
if
(
where_dead
&&
BLOCK_FOR_INSN
(
where_dead
)
==
BLOCK_FOR_INSN
(
to_insn
)
&&
DF_INSN_LUID
(
where_dead
)
>=
from_luid
&&
DF_INSN_LUID
(
where_dead
)
<
DF_INSN_LUID
(
to_insn
))
{
...
...
This diff is collapsed.
Click to expand 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