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
75b80704
Commit
75b80704
authored
Sep 30, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Sep 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* protoize.c, tree-cfg.c: Fix comment typos.
From-SVN: r88345
parent
26f7abae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/protoize.c
+1
-1
gcc/tree-cfg.c
+1
-1
No files found.
gcc/ChangeLog
View file @
75b80704
2004
-
09
-
30
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
protoize
.
c
,
tree
-
cfg
.
c
:
Fix
comment
typos
.
2004
-
09
-
30
Joseph
S
.
Myers
<
jsm
@
polyomino
.
org
.
uk
>
PR
c
/
17730
...
...
gcc/protoize.c
View file @
75b80704
...
...
@@ -970,7 +970,7 @@ free_def_dec (def_dec_info *p)
free
(
p
);
}
/* Unexpand as many macro symbol as we can find.
/* Unexpand as many macro symbol
s
as we can find.
If the given line must be unexpanded, make a copy of it in the heap and
return a pointer to the unexpanded copy. Otherwise return NULL. */
...
...
gcc/tree-cfg.c
View file @
75b80704
...
...
@@ -3863,7 +3863,7 @@ thread_jumps (void)
count
=
e
->
count
;
freq
=
EDGE_FREQUENCY
(
e
);
/* Now walk through as many forwarder block as possible to
/* Now walk through as many forwarder block
s
as possible to
find the ultimate destination we want to thread our jump
to. */
last
=
EDGE_SUCC
(
e
->
dest
,
0
);
...
...
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