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
31aaaec1
Commit
31aaaec1
authored
Jan 25, 1993
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(registers_ok_for_ldd_peep): Delete test for pseudos.
From-SVN: r3332
parent
f2de2775
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
gcc/config/sparc/sparc.c
+0
-5
No files found.
gcc/config/sparc/sparc.c
View file @
31aaaec1
...
...
@@ -2563,11 +2563,6 @@ registers_ok_for_ldd_peep (reg1, reg2)
if
(
GET_CODE
(
reg1
)
!=
REG
||
GET_CODE
(
reg2
)
!=
REG
)
return
0
;
/* Should never happen. */
if
(
REGNO
(
reg1
)
>
FIRST_PSEUDO_REGISTER
||
REGNO
(
reg2
)
>
FIRST_PSEUDO_REGISTER
)
abort
();
if
(
REGNO
(
reg1
)
%
2
!=
0
)
return
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