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
e9aff0f6
Commit
e9aff0f6
authored
Nov 28, 2012
by
Joern Rennecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust last change to plus_constant change.
From-SVN: r193895
parent
0ccfc3ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/config/epiphany/predicates.md
+2
-2
No files found.
gcc/config/epiphany/predicates.md
View file @
e9aff0f6
...
@@ -165,7 +165,7 @@
...
@@ -165,7 +165,7 @@
(match_code "reg,subreg,mem,const_int,const_double,const_vector")
(match_code "reg,subreg,mem,const_int,const_double,const_vector")
{
{
if (GET_CODE (op) == MEM && misaligned_operand (op, mode)
if (GET_CODE (op) == MEM && misaligned_operand (op, mode)
&& !address_operand (plus_constant (XEXP (op, 0), 4), SImode))
&& !address_operand (plus_constant (
Pmode,
XEXP (op, 0), 4), SImode))
return 0;
return 0;
return general_operand (op, mode);
return general_operand (op, mode);
})
})
...
@@ -192,7 +192,7 @@
...
@@ -192,7 +192,7 @@
}
}
case MEM :
case MEM :
if (GET_MODE_SIZE (mode) == 8 && misaligned_operand (op, mode)
if (GET_MODE_SIZE (mode) == 8 && misaligned_operand (op, mode)
&& !address_operand (plus_constant (XEXP (op, 0), 4), SImode))
&& !address_operand (plus_constant (
Pmode,
XEXP (op, 0), 4), SImode))
return 0;
return 0;
return address_operand (XEXP (op, 0), mode);
return address_operand (XEXP (op, 0), mode);
default :
default :
...
...
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