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
1c217171
Commit
1c217171
authored
Oct 17, 2000
by
J. David Anglin
Committed by
Jeff Law
Oct 16, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.md (return_internal): Move `use' after `return'.
From-SVN: r36895
parent
a5e1b548
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/pa/pa.md
+2
-2
No files found.
gcc/ChangeLog
View file @
1c217171
2000-10-16 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.md (return_internal): Move `use' after `return'.
2000-10-16 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
2000-10-16 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
* machmode.def: Correct comment.
* machmode.def: Correct comment.
...
...
gcc/config/pa/pa.md
View file @
1c217171
...
@@ -5561,8 +5561,8 @@
...
@@ -5561,8 +5561,8 @@
;; Use a different pattern for functions which have non-trivial
;; Use a different pattern for functions which have non-trivial
;; epilogues so as not to confuse jump and reorg.
;; epilogues so as not to confuse jump and reorg.
(define_insn "return_internal"
(define_insn "return_internal"
[
(
use (reg:SI 2)
)
[
(
return
)
(
return
)]
(
use (reg:SI 2)
)]
""
""
"
*
"
*
{
{
...
...
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