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
de1e45c3
Commit
de1e45c3
authored
Aug 04, 2006
by
Kazu Hirata
Committed by
Kazu Hirata
Aug 04, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-cfg.c: Fix a comment typo.
From-SVN: r115921
parent
f092a866
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/tree-cfg.c
+1
-1
No files found.
gcc/ChangeLog
View file @
de1e45c3
2006
-
08
-
04
Kazu
Hirata
<
kazu
@codesourcery
.
com
>
*
tree
-
cfg
.
c
:
Fix
a
comment
typo
.
2006
-
08
-
03
Mark
Mitchell
<
mark
@codesourcery
.
com
>
2006
-
08
-
03
Mark
Mitchell
<
mark
@codesourcery
.
com
>
PR
c
++/
28148
PR
c
++/
28148
...
...
gcc/tree-cfg.c
View file @
de1e45c3
...
@@ -2782,7 +2782,7 @@ set_bb_for_stmt (tree t, basic_block bb)
...
@@ -2782,7 +2782,7 @@ set_bb_for_stmt (tree t, basic_block bb)
/* Faster version of set_bb_for_stmt that assume that statement is being moved
/* Faster version of set_bb_for_stmt that assume that statement is being moved
from one basic block to another.
from one basic block to another.
For BB splitting we can run into quadratic case, so performance is quite
For BB splitting we can run into quadratic case, so performance is quite
important and knowing that the tables are big enough
t
, change_bb_for_stmt
important and knowing that the tables are big enough, change_bb_for_stmt
can inline as leaf function. */
can inline as leaf function. */
static
inline
void
static
inline
void
change_bb_for_stmt
(
tree
t
,
basic_block
bb
)
change_bb_for_stmt
(
tree
t
,
basic_block
bb
)
...
...
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