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
2cd0e9f4
Commit
2cd0e9f4
authored
Oct 18, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 18, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* loop-unroll.c: Fix comment typos.
From-SVN: r89209
parent
33308026
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
gcc/ChangeLog
+4
-0
gcc/loop-unroll.c
+2
-3
No files found.
gcc/ChangeLog
View file @
2cd0e9f4
2004
-
10
-
18
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
loop
-
unroll
.
c
:
Fix
comment
typos
.
2004
-
10
-
18
Revital
Eres
<
eres
@
il
.
ibm
.
com
>
*
Makefile
.
in
(
loop
-
unroll
.
o
):
Add
VARRAY_H
dependency
.
...
...
gcc/loop-unroll.c
View file @
2cd0e9f4
...
...
@@ -1861,8 +1861,7 @@ split_iv (struct iv_to_split *ivts, rtx insn, unsigned delta)
}
/* Return one expansion of the accumulator recoreded
in struct VE. */
/* Return one expansion of the accumulator recorded in struct VE. */
static
rtx
get_expansion
(
struct
var_to_expand
*
ve
)
...
...
@@ -1919,7 +1918,7 @@ expand_var_during_unrolling (struct var_to_expand *ve, rtx insn)
/* Initialize the variable expansions in loop preheader.
Callbacks for htab_traverse. PLACE_P is the loop-preheader
basic block where the initializtion of the expansions
basic block where the initializ
a
tion of the expansions
should take place. */
static
int
...
...
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