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
0ef52662
Commit
0ef52662
authored
Apr 25, 2001
by
Jason Merrill
Committed by
Jason Merrill
Apr 25, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* loop.c (try_swap_copy_prop): Go back to checking insn.
From-SVN: r41540
parent
0607953c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
+15
-1
gcc/ChangeLog
+14
-0
gcc/loop.c
+1
-1
No files found.
gcc/ChangeLog
View file @
0ef52662
2001
-
04
-
25
Jason
Merrill
<
jason_merrill
@redhat
.
com
>
*
loop
.
c
(
try_swap_copy_prop
)
:
Go
back
to
checking
insn
.
2001
-
03
-
25
Jason
Merrill
<
jason_merrill
@redhat
.
com
>
*
dbxout
.
c
(
MINIMAL_DEBUG
,
flag_minimal_debug
)
:
Lose
.
(
dbxout_type_fields
)
:
Lose
minimal_debug
support
.
(
dbxout_type_methods
,
dbxout_type
)
:
Likewise
.
*
config
/
elfos
.
h
(
NO_DOLLAR_IN_LABEL
)
:
Remove
definition
.
*
config
/
i386
/
sco5
.
h
,
config
/
i386
/
scodbx
.
h
,
config
/
m68k
/
m68kelf
.
h
,
config
/
m68k
/
m68kv4
.
h
,
config
/
mips
/
news5
.
h
,
svr3
.
h
:
Likewise
.
2001
-
04
-
25
Jakub
Jelinek
<
jakub
@redhat
.
com
>
*
emit
-
rtl
.
c
(
subreg_hard_regno
)
:
Only
do
HARD_REGNO_MODE_OK
check
...
...
gcc/loop.c
View file @
0ef52662
...
...
@@ -9318,7 +9318,7 @@ try_swap_copy_prop (loop, replacement, regno)
break
;
}
if
(
set
)
if
(
insn
!=
NULL_RTX
)
{
rtx
prev_insn
;
rtx
prev_set
;
...
...
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