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
715f9c99
Commit
715f9c99
authored
Apr 01, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Apr 01, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.md (reload peepholes): Remove unused variable "mode".
From-SVN: r18939
parent
8a01289e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+4
-0
gcc/config/pa/pa.md
+0
-2
No files found.
gcc/ChangeLog
View file @
715f9c99
Wed Apr 1 22:26:22 1998 Jeffrey A Law (law@cygnus.com)
* pa.md (reload peepholes): Remove unused variable "mode".
Wed Apr 1 17:06:19 1998 Nick Clifton <nickc@cygnus.com>
* config/arm/thumb.h: Add super interworking support.
...
...
gcc/config/pa/pa.md
View file @
715f9c99
...
...
@@ -4856,7 +4856,6 @@
== REGNO_REG_CLASS (REGNO (operands
[
2
]
))"
"
*
{
enum machine_mode mode = GET_MODE (operands
[
0
]
);
rtx xoperands
[
2
]
;
if (FP_REG_P (operands
[
1
]
))
...
...
@@ -4896,7 +4895,6 @@
== REGNO_REG_CLASS (REGNO (operands
[
2
]
))"
"
*
{
enum machine_mode mode = GET_MODE (operands
[
0
]
);
rtx xoperands
[
2
]
;
if (FP_REG_P (operands
[
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