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
2e1c4154
Commit
2e1c4154
authored
Jan 27, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More comment tweaks.
From-SVN: r17525
parent
ef14509b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
gcc/config/m32r/m32r.md
+8
-0
No files found.
gcc/config/m32r/m32r.md
View file @
2e1c4154
...
@@ -379,6 +379,8 @@
...
@@ -379,6 +379,8 @@
{
{
/
* Try to use auto-inc addressing if we can. *
/
/
* Try to use auto-inc addressing if we can. *
/
if (GET_CODE (XEXP (operands
[
1
]
, 0)) == REG
if (GET_CODE (XEXP (operands
[
1
]
, 0)) == REG
/
*
??? This is WRONG, dead_or_set_p cannot be used after reload
because the REG_DEAD notes are not maintained after reload.
*
/
&& dead_or_set_p (insn, XEXP (operands
[
1
]
, 0)))
&& dead_or_set_p (insn, XEXP (operands
[
1
]
, 0)))
{
{
operands
[
1
]
= XEXP (operands
[
1
]
, 0);
operands
[
1
]
= XEXP (operands
[
1
]
, 0);
...
@@ -389,6 +391,8 @@
...
@@ -389,6 +391,8 @@
case 3 :
case 3 :
/
* Try to use auto-inc addressing if we can. *
/
/
* Try to use auto-inc addressing if we can. *
/
if (GET_CODE (XEXP (operands
[
0
]
, 0)) == REG
if (GET_CODE (XEXP (operands
[
0
]
, 0)) == REG
/
*
??? This is WRONG, dead_or_set_p cannot be used after reload
because the REG_DEAD notes are not maintained after reload.
*
/
&& dead_or_set_p (insn, XEXP (operands
[
0
]
, 0)))
&& dead_or_set_p (insn, XEXP (operands
[
0
]
, 0)))
{
{
operands
[
0
]
= XEXP (operands
[
0
]
, 0);
operands
[
0
]
= XEXP (operands
[
0
]
, 0);
...
@@ -530,6 +534,8 @@
...
@@ -530,6 +534,8 @@
{
{
/
* Try to use auto-inc addressing if we can. *
/
/
* Try to use auto-inc addressing if we can. *
/
if (GET_CODE (XEXP (operands
[
1
]
, 0)) == REG
if (GET_CODE (XEXP (operands
[
1
]
, 0)) == REG
/
*
??? This is WRONG, dead_or_set_p cannot be used after reload
because the REG_DEAD notes are not maintained after reload.
*
/
&& dead_or_set_p (insn, XEXP (operands
[
1
]
, 0)))
&& dead_or_set_p (insn, XEXP (operands
[
1
]
, 0)))
{
{
operands
[
1
]
= XEXP (operands
[
1
]
, 0);
operands
[
1
]
= XEXP (operands
[
1
]
, 0);
...
@@ -540,6 +546,8 @@
...
@@ -540,6 +546,8 @@
case 3 :
case 3 :
/
* Try to use auto-inc addressing if we can. *
/
/
* Try to use auto-inc addressing if we can. *
/
if (GET_CODE (XEXP (operands
[
0
]
, 0)) == REG
if (GET_CODE (XEXP (operands
[
0
]
, 0)) == REG
/
*
??? This is WRONG, dead_or_set_p cannot be used after reload
because the REG_DEAD notes are not maintained after reload.
*
/
&& dead_or_set_p (insn, XEXP (operands
[
0
]
, 0)))
&& dead_or_set_p (insn, XEXP (operands
[
0
]
, 0)))
{
{
operands
[
0
]
= XEXP (operands
[
0
]
, 0);
operands
[
0
]
= XEXP (operands
[
0
]
, 0);
...
...
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