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
d5255ba2
Commit
d5255ba2
authored
Oct 21, 1997
by
Jeffrey A Law
Committed by
Jeff Law
Oct 21, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mn10200.c (expand_prologue): Fix typo.
From-SVN: r16139
parent
9d2128b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/config/mn10200/mn10200.c
+2
-2
No files found.
gcc/ChangeLog
View file @
d5255ba2
Tue Oct 21 10:06:40 1997 Jeffrey A Law (law@cygnus.com)
* mn10200.c (expand_prologue): Fix typo.
* mn10200.h (GO_IF_LEGITIMATE_ADDRESS): Do not allow indexed
addresses.
* mn10200.md (neghi2): Provide an alternative which works if
...
...
gcc/config/mn10200/mn10200.c
View file @
d5255ba2
...
...
@@ -611,12 +611,12 @@ expand_prologue ()
if
(
!
regs_ever_live
[
5
])
{
regs_ever_live
[
5
]
=
1
;
zero_
d
reg
=
gen_rtx
(
REG
,
HImode
,
5
);
zero_
a
reg
=
gen_rtx
(
REG
,
HImode
,
5
);
}
if
(
!
regs_ever_live
[
6
])
{
regs_ever_live
[
6
]
=
1
;
zero_
d
reg
=
gen_rtx
(
REG
,
HImode
,
6
);
zero_
a
reg
=
gen_rtx
(
REG
,
HImode
,
6
);
}
}
...
...
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