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
c8717368
Commit
c8717368
authored
Feb 20, 2003
by
Josef Zlomek
Committed by
Josef Zlomek
Feb 20, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bb-reorder.c (find_traces_1_round): Fix comment typo.
From-SVN: r63156
parent
bb7dd383
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/bb-reorder.c
+1
-1
No files found.
gcc/ChangeLog
View file @
c8717368
2003
-
02
-
20
Josef
Zlomek
<
zlomekj
@suse
.
cz
>
*
bb
-
reorder
.
c
(
find_traces_1_round
)
:
Fix
comment
typo
.
2003
-
02
-
19
Roger
Sayle
<
roger
@eyesopen
.
com
>
*
fold
-
const
.
c
(
fold_real_zero_addition_p
)
:
Don
'
t
fold
a
zero
...
...
gcc/bb-reorder.c
View file @
c8717368
...
...
@@ -456,7 +456,7 @@ find_traces_1_round (branch_th, exec_th, count_th, traces, n_traces, round,
}
}
/* If the best destination has multiple pre
cesse
sors, and can be
/* If the best destination has multiple pre
deces
sors, and can be
duplicated cheaper than a jump, don't allow it to be added
to a trace. We'll duplicate it when connecting traces. */
if
(
best_edge
&&
best_edge
->
dest
->
pred
->
pred_next
...
...
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