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
e30f390e
Commit
e30f390e
authored
Aug 18, 1993
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.h (EXTRA_CONSTRAINT): Delete unused 'S' constraint.
From-SVN: r5171
parent
9ec9ad57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
gcc/config/pa/pa.h
+2
-10
No files found.
gcc/config/pa/pa.h
View file @
e30f390e
...
@@ -1130,7 +1130,7 @@ extern union tree_node *current_function_decl;
...
@@ -1130,7 +1130,7 @@ extern union tree_node *current_function_decl;
`R' is unused.
`R' is unused.
`S'
handles constraints for calls
.
`S'
is unused
.
`T' is for fp loads and stores. */
`T' is for fp loads and stores. */
#define EXTRA_CONSTRAINT(OP, C) \
#define EXTRA_CONSTRAINT(OP, C) \
...
@@ -1145,15 +1145,7 @@ extern union tree_node *current_function_decl;
...
@@ -1145,15 +1145,7 @@ extern union tree_node *current_function_decl;
(GET_CODE (OP) == MEM \
(GET_CODE (OP) == MEM \
/* Using DFmode forces only short displacements \
/* Using DFmode forces only short displacements \
to be recognized as valid in reg+d addresses. */
\
to be recognized as valid in reg+d addresses. */
\
&& memory_address_p (DFmode, XEXP (OP, 0))) \
&& memory_address_p (DFmode, XEXP (OP, 0))) : 0))
: ((C) == 'S' ? \
((CONSTANT_P (OP) && ! TARGET_LONG_CALLS) \
|| (reload_in_progress \
? strict_memory_address_p (Pmode, OP) \
: memory_address_p (Pmode, OP)) \
|| (reload_in_progress \
&& GET_CODE (OP) == REG \
&& reg_renumber[REGNO (OP)] > 0)) : 0)))
/* The macros REG_OK_FOR..._P assume that the arg is a REG rtx
/* The macros REG_OK_FOR..._P assume that the arg is a REG rtx
and check its validity for a certain class.
and check its validity for a certain class.
...
...
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