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
b6ab76d6
Commit
b6ab76d6
authored
Jan 26, 2004
by
Michael Hayes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix last commit.
From-SVN: r76608
parent
b7bbb574
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
gcc/config/c4x/c4x.c
+0
-15
No files found.
gcc/config/c4x/c4x.c
View file @
b6ab76d6
...
...
@@ -3896,21 +3896,6 @@ int valid_operands (enum rtx_code code, rtx *operands, enum machine_mode mode)
}
int
valid_operands
(
enum
rtx_code
code
,
rtx
*
operands
,
enum
machine_mode
mode
)
{
/* If we are not optimizing then we have to let anything go and let
reload fix things up. instantiate_decl in function.c can produce
invalid insns by changing the offset of a memory operand from a
valid one into an invalid one, when the second operand is also a
memory operand. The alternative is not to allow two memory
operands for an insn when not optimizing. The problem only rarely
occurs, for example with the C-torture program DFcmp.c. */
return
!
optimize
||
c4x_valid_operands
(
code
,
operands
,
mode
,
0
);
}
int
legitimize_operands
(
enum
rtx_code
code
,
rtx
*
operands
,
enum
machine_mode
mode
)
{
...
...
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