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
f0b698c1
Commit
f0b698c1
authored
Oct 10, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 10, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-cfg.c: Fix comment typos.
From-SVN: r88845
parent
36700ac8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+4
-0
gcc/tree-cfg.c
+5
-5
No files found.
gcc/ChangeLog
View file @
f0b698c1
2004
-
10
-
10
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
tree
-
cfg
.
c
:
Fix
comment
typos
.
2004
-
10
-
10
Joseph
S
.
Myers
<
jsm
@
polyomino
.
org
.
uk
>
PR
c
/
17301
...
...
gcc/tree-cfg.c
View file @
f0b698c1
...
...
@@ -150,7 +150,7 @@ build_tree_cfg (tree *tp)
if
(
found_computed_goto
)
factor_computed_gotos
();
/* Make sure there is always at least one block, even if its empty. */
/* Make sure there is always at least one block, even if it
'
s empty. */
if
(
n_basic_blocks
==
0
)
create_empty_bb
(
ENTRY_BLOCK_PTR
);
...
...
@@ -607,8 +607,8 @@ label_to_block (tree dest)
{
int
uid
=
LABEL_DECL_UID
(
dest
);
/* We would die hard when faced by
undefined label. Emit
label to
very first basic block. This will hopefully make even the dataflow
/* We would die hard when faced by
an undefined label. Emit a
label to
the
very first basic block. This will hopefully make even the dataflow
and undefined variable warnings quite right. */
if
((
errorcount
||
sorrycount
)
&&
uid
<
0
)
{
...
...
@@ -802,7 +802,7 @@ cleanup_dead_labels (void)
label_for_bb
=
xcalloc
(
last_basic_block
,
sizeof
(
tree
));
/* Find a suitable label for each block. We use the first user-defined
label i
s
there is one, or otherwise just the first label we see. */
label i
f
there is one, or otherwise just the first label we see. */
FOR_EACH_BB
(
bb
)
{
block_stmt_iterator
i
;
...
...
@@ -3638,7 +3638,7 @@ tree_verify_flow_info (void)
}
/* Updates phi nodes after creating forwarder block joined
/* Updates phi nodes after creating
a
forwarder block joined
by edge FALLTHRU. */
static
void
...
...
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