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
17008288
Commit
17008288
authored
Mar 10, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Mar 10, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-outof-ssa.c (analyze_edges_for_bb): Update a comment.
From-SVN: r96250
parent
b25a2407
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
gcc/ChangeLog
+2
-0
gcc/tree-outof-ssa.c
+1
-2
No files found.
gcc/ChangeLog
View file @
17008288
...
...
@@ -5,6 +5,8 @@
(perform_edge_inserts): Unconditionally call
free_dominator_info.
* tree-outof-ssa.c (analyze_edges_for_bb): Update a comment.
2005-03-10 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.h (MEMBER_TYPE_FORCES_BLK): Define.
...
...
gcc/tree-outof-ssa.c
View file @
17008288
...
...
@@ -2023,8 +2023,7 @@ identical_stmt_lists_p (edge e1, edge e2)
/* Look at all the incoming edges to block BB, and decide where the best place
to insert the stmts on each edge are, and perform those insertions. Output
any debug information to DEBUG_FILE. Return true if anything other than a
standard edge insertion is done. */
any debug information to DEBUG_FILE. */
static
void
analyze_edges_for_bb
(
basic_block
bb
,
FILE
*
debug_file
)
...
...
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