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
cb084004
Commit
cb084004
authored
Apr 02, 1999
by
Toshiyasu Morita
Committed by
Jeff Law
Apr 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* regmove.c (fixup_match_1): Remove now useless if (0).
From-SVN: r26139
parent
6e01bd94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
gcc/ChangeLog
+4
-0
gcc/regmove.c
+1
-5
No files found.
gcc/ChangeLog
View file @
cb084004
Fri
Apr
2
17
:
49
:
44
1999
Toshiyasu
Morita
<
tm
@netcom
.
com
>
*
regmove
.
c
(
fixup_match_1
)
:
Remove
now
useless
if
(
0
).
Sat
Apr
3
11
:
37
:
20
1999
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
Sat
Apr
3
11
:
37
:
20
1999
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
*
tm
.
texi
(
USE_LOAD_POST_DECREMENT
,
USE_LOAD_PRE_DECREMENT
,
*
tm
.
texi
(
USE_LOAD_POST_DECREMENT
,
USE_LOAD_PRE_DECREMENT
,
...
...
gcc/regmove.c
View file @
cb084004
...
@@ -1978,11 +1978,7 @@ fixup_match_1 (insn, set, src, src_subreg, dst, backward, operand_number,
...
@@ -1978,11 +1978,7 @@ fixup_match_1 (insn, set, src, src_subreg, dst, backward, operand_number,
}
}
}
}
/* Don't remove this seemingly useless if, it is needed to pair with the
if
((
HAVE_PRE_INCREMENT
||
HAVE_PRE_DECREMENT
)
else in the next two conditionally included code blocks. */
if
(
0
)
{;}
else
if
((
HAVE_PRE_INCREMENT
||
HAVE_PRE_DECREMENT
)
&&
(
code
==
PLUS
||
code
==
MINUS
)
&&
insn_const
&&
(
code
==
PLUS
||
code
==
MINUS
)
&&
insn_const
&&
try_auto_increment
(
p
,
insn
,
0
,
src
,
insn_const
,
1
))
&&
try_auto_increment
(
p
,
insn
,
0
,
src
,
insn_const
,
1
))
insn
=
p
;
insn
=
p
;
...
...
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