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
3c3f4b56
Commit
3c3f4b56
authored
Mar 09, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Mar 09, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* loop-iv.c (get_biv_step_1): Remove lhs.
From-SVN: r96167
parent
40e48138
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
gcc/ChangeLog
+2
-0
gcc/loop-iv.c
+1
-2
No files found.
gcc/ChangeLog
View file @
3c3f4b56
...
...
@@ -10,6 +10,8 @@
* ifcvt.c (noce_emit_move_insn): Remove inmode.
* loop-iv.c (get_biv_step_1): Remove lhs.
2005-03-08 Jeff Law <law@redhat.com>
* tree-cfg.c (cleanup_control_flow): If removal of a computed
...
...
gcc/loop-iv.c
View file @
3c3f4b56
...
...
@@ -660,7 +660,7 @@ get_biv_step_1 (rtx insn, rtx reg,
enum
rtx_code
*
extend
,
enum
machine_mode
outer_mode
,
rtx
*
outer_step
)
{
rtx
set
,
lhs
,
rhs
,
op0
=
NULL_RTX
,
op1
=
NULL_RTX
;
rtx
set
,
rhs
,
op0
=
NULL_RTX
,
op1
=
NULL_RTX
;
rtx
next
,
nextr
,
def_insn
,
tmp
;
enum
rtx_code
code
;
...
...
@@ -670,7 +670,6 @@ get_biv_step_1 (rtx insn, rtx reg,
rhs
=
XEXP
(
rhs
,
0
);
else
rhs
=
SET_SRC
(
set
);
lhs
=
SET_DEST
(
set
);
code
=
GET_CODE
(
rhs
);
switch
(
code
)
...
...
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