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
424a02db
Commit
424a02db
authored
Apr 25, 2000
by
Jan Hubicka
Committed by
Jan Hubicka
Apr 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* loop.c (strength_reduce): Fix typo in the last checkin.
From-SVN: r33413
parent
65e14bf5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/loop.c
+1
-1
No files found.
gcc/ChangeLog
View file @
424a02db
Tue
Apr
25
14
:
51
:
07
MET
DST
2000
Jan
Hubicka
<
jh
@suse
.
cz
>
*
loop
.
c
(
strength_reduce
)
:
Fix
typo
in
the
last
checkin
.
Tue
Apr
25
07
:
33
:
12
2000
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
Tue
Apr
25
07
:
33
:
12
2000
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
stor
-
layout
.
c
(
finalize_record_size
)
:
Simplify
to
use
existing
*
stor
-
layout
.
c
(
finalize_record_size
)
:
Simplify
to
use
existing
...
...
gcc/loop.c
View file @
424a02db
...
@@ -4129,7 +4129,7 @@ strength_reduce (loop, insn_count, unroll_p, bct_p)
...
@@ -4129,7 +4129,7 @@ strength_reduce (loop, insn_count, unroll_p, bct_p)
||
GET_CODE
(
next
)
==
JUMP_INSN
)
||
GET_CODE
(
next
)
==
JUMP_INSN
)
break
;
break
;
#ifdef HAVE_cc0
#ifdef HAVE_cc0
if
(
INSN_P
(
next
)
if
(
!
INSN_P
(
next
)
||
!
sets_cc0_p
(
PATTERN
(
next
)))
||
!
sets_cc0_p
(
PATTERN
(
next
)))
#endif
#endif
dominator
=
next
;
dominator
=
next
;
...
...
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