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
daac0317
Commit
daac0317
authored
Feb 19, 2008
by
Jan Hubicka
Committed by
Jan Hubicka
Feb 19, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(tree_bb_level_predictions): Remove variable next mistakely introduced
by previous commit. From-SVN: r132454
parent
6656fda3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/predict.c
+1
-1
No files found.
gcc/ChangeLog
View file @
daac0317
2008-02-19 Jan Hubicka <jh@suse.cz>
2008-02-19 Jan Hubicka <jh@suse.cz>
(tree_bb_level_predictions): Remove variable next mistakely introduced
by previous commit.
2008-02-19 Jan Hubicka <jh@suse.cz>
* predict.c (predict_paths_leading_to): Rewrite.
* predict.c (predict_paths_leading_to): Rewrite.
(predict_paths_for_bb): New.
(predict_paths_for_bb): New.
(tree_bb_level_predictions): Update call of predict_paths_leading_to.
(tree_bb_level_predictions): Update call of predict_paths_leading_to.
...
...
gcc/predict.c
View file @
daac0317
...
@@ -1297,7 +1297,7 @@ tree_bb_level_predictions (void)
...
@@ -1297,7 +1297,7 @@ tree_bb_level_predictions (void)
{
{
tree
stmt
=
bsi_stmt
(
bsi
);
tree
stmt
=
bsi_stmt
(
bsi
);
tree
decl
;
tree
decl
;
bool
next
=
false
;
switch
(
TREE_CODE
(
stmt
))
switch
(
TREE_CODE
(
stmt
))
{
{
case
GIMPLE_MODIFY_STMT
:
case
GIMPLE_MODIFY_STMT
:
...
...
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