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
1953b2a3
Commit
1953b2a3
authored
Nov 12, 1999
by
Richard Henderson
Committed by
Richard Henderson
Nov 12, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.
From-SVN: r30513
parent
11a6bfd0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/unroll.c
+2
-1
No files found.
gcc/ChangeLog
View file @
1953b2a3
Fri
Nov
12
12
:
43
:
49
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
unroll
.
c
(
unroll_loop
)
:
Make
temp
an
unsigned
HOST_WIDE_INT
.
Fri
Nov
12
15
:
14
:
19
1999
Vladimir
Makarov
<
vmakarov
@tofu
.
to
.
cygnus
.
com
>
*
i960
.
h
(
CAN_DEBUG_WITHOUT_FP
)
:
Don
'
t
define
it
.
...
...
gcc/unroll.c
View file @
1953b2a3
...
...
@@ -234,7 +234,8 @@ unroll_loop (loop_end, insn_count, loop_start, end_insert_before,
struct
loop_info
*
loop_info
;
int
strength_reduce_p
;
{
int
i
,
j
,
temp
;
int
i
,
j
;
unsigned
HOST_WIDE_INT
temp
;
int
unroll_number
=
1
;
rtx
copy_start
,
copy_end
;
rtx
insn
,
sequence
,
pattern
,
tem
;
...
...
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