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
34f7080e
Commit
34f7080e
authored
May 25, 2018
by
Bin Cheng
Committed by
Bin Cheng
May 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-ssa-live.h (live_merge_and_clear): Delete.
From-SVN: r260746
parent
bcf253d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
12 deletions
+4
-12
gcc/ChangeLog
+4
-0
gcc/tree-ssa-live.h
+0
-12
No files found.
gcc/ChangeLog
View file @
34f7080e
2018-05-25 Bin Cheng <bin.cheng@arm.com>
* tree-ssa-live.h (live_merge_and_clear): Delete.
2018-05-25 Richard Biener <rguenther@suse.de>
PR c++/85912
...
...
gcc/tree-ssa-live.h
View file @
34f7080e
...
...
@@ -289,18 +289,6 @@ live_var_map (tree_live_info_p live)
}
/* Merge the live on entry information in LIVE for partitions P1 and P2. Place
the result into P1. Clear P2. */
static
inline
void
live_merge_and_clear
(
tree_live_info_p
live
,
int
p1
,
int
p2
)
{
gcc_checking_assert
(
&
live
->
livein
[
p1
]
&&
&
live
->
livein
[
p2
]);
bitmap_ior_into
(
&
live
->
livein
[
p1
],
&
live
->
livein
[
p2
]);
bitmap_clear
(
&
live
->
livein
[
p2
]);
}
/* Mark partition P as live on entry to basic block BB in LIVE. */
static
inline
void
...
...
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