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
d60ab196
Commit
d60ab196
authored
Jan 03, 2007
by
Kazu Hirata
Committed by
Kazu Hirata
Jan 03, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cgraphunit.c, tree-ssa-alias.c: Fix comment typos.
From-SVN: r120395
parent
c3e188fc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/cgraphunit.c
+1
-1
gcc/tree-ssa-alias.c
+1
-1
No files found.
gcc/ChangeLog
View file @
d60ab196
...
...
@@ -17,6 +17,8 @@
* tree-complex.c (tree_lower_complex): Likewise.
* vec.h (VEC_safe_grow_cleared): New.
* cgraphunit.c, tree-ssa-alias.c: Fix comment typos.
2007-01-03 Zdenek Dvorak <dvorakz@suse.cz>
* loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.
...
...
gcc/cgraphunit.c
View file @
d60ab196
...
...
@@ -263,7 +263,7 @@ decide_is_function_needed (struct cgraph_node *node, tree decl)
return
false
;
}
/* Process CGRAPH_NEW_FUNCTIONS and perform actions nec
ce
sary to add these
/* Process CGRAPH_NEW_FUNCTIONS and perform actions nec
es
sary to add these
functions into callgraph in a way so they look like ordinary reachable
functions inserted into callgraph already at construction time. */
...
...
gcc/tree-ssa-alias.c
View file @
d60ab196
...
...
@@ -3189,7 +3189,7 @@ create_structure_vars (void)
htab_delete
(
used_portions
);
VEC_free
(
tree
,
heap
,
varvec
);
/* Update SSA operands of stateme
mnts mentioning variba
les we split. */
/* Update SSA operands of stateme
nts mentioning variab
les we split. */
if
(
gimple_in_ssa_p
(
cfun
))
FOR_EACH_BB
(
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