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
69b9b0d2
Commit
69b9b0d2
authored
Aug 25, 2004
by
Zack Weinberg
Committed by
Zack Weinberg
Aug 25, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ifcvt.c (find_if_case_1): Remove ??? comment.
From-SVN: r86539
parent
6154f4fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
gcc/ChangeLog
+1
-0
gcc/ifcvt.c
+0
-1
No files found.
gcc/ChangeLog
View file @
69b9b0d2
...
...
@@ -2,6 +2,7 @@
* basic-block.h (BB_SET_PARTITION): Clear old value first.
* cfg.c (clear_bb_flags): Don't clear partition setting.
* ifcvt.c (find_if_case_1): Remove ??? comment.
2004-08-25 Alan Modra <amodra@bigpond.net.au>
...
...
gcc/ifcvt.c
View file @
69b9b0d2
...
...
@@ -2909,7 +2909,6 @@ find_if_case_1 (basic_block test_bb, edge then_edge, edge else_edge)
{
new_bb
->
index
=
then_bb_index
;
BASIC_BLOCK
(
then_bb_index
)
=
new_bb
;
/* ??? Should be then_bb? */
BB_COPY_PARTITION
(
new_bb
,
test_bb
);
}
/* We've possibly created jump to next insn, cleanup_cfg will solve that
...
...
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