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
155038f2
Commit
155038f2
authored
Mar 18, 2002
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Mar 18, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* predict.c (estimate_bb_frequencies): Delete unused variables.
From-SVN: r50935
parent
320c81a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+4
-0
gcc/predict.c
+0
-2
No files found.
gcc/ChangeLog
View file @
155038f2
2002-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* predict.c (estimate_bb_frequencies): Delete unused variables.
2002-03-17 Richard Henderson <rth@redhat.com>
* config/ia64/ia64.c (ia64_attribute_table): Move before
...
...
gcc/predict.c
View file @
155038f2
...
...
@@ -874,8 +874,6 @@ estimate_bb_frequencies (loops)
for
(
i
=
0
;
i
<
n_basic_blocks
;
i
++
)
{
rtx
last_insn
=
BLOCK_END
(
i
);
int
probability
;
edge
fallthru
,
branch
;
if
(
GET_CODE
(
last_insn
)
!=
JUMP_INSN
||
!
any_condjump_p
(
last_insn
)
/* Avoid handling of conditional jumps jumping to fallthru edge. */
...
...
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