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
1b33f1cc
Commit
1b33f1cc
authored
Nov 13, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Nov 13, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-ssa-loop-manip.c: Fix a comment typo.
From-SVN: r90574
parent
061151d1
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-ssa-loop-manip.c
+1
-1
No files found.
gcc/ChangeLog
View file @
1b33f1cc
2004
-
11
-
13
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
tree
-
ssa
-
loop
-
manip
.
c
:
Fix
a
comment
typo
.
2004
-
11
-
12
Mike
Stump
<
mrs
@
apple
.
com
>
2004
-
11
-
12
Mike
Stump
<
mrs
@
apple
.
com
>
*
doc
/
cppinternals
.
texi
(
Index
):
Fix
html
generation
with
makeinfo
by
*
doc
/
cppinternals
.
texi
(
Index
):
Fix
html
generation
with
makeinfo
by
...
...
gcc/tree-ssa-loop-manip.c
View file @
1b33f1cc
...
@@ -571,7 +571,7 @@ set_phi_def_stmts (basic_block bb)
...
@@ -571,7 +571,7 @@ set_phi_def_stmts (basic_block bb)
SSA_NAME_DEF_STMT
(
PHI_RESULT
(
phi
))
=
phi
;
SSA_NAME_DEF_STMT
(
PHI_RESULT
(
phi
))
=
phi
;
}
}
/* The same a
d
cfgloopmanip.c:duplicate_loop_to_header_edge, but also updates
/* The same a
s
cfgloopmanip.c:duplicate_loop_to_header_edge, but also updates
ssa. In order to achieve this, only loops whose exits all lead to the same
ssa. In order to achieve this, only loops whose exits all lead to the same
location are handled.
location are handled.
...
...
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