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
0bfba043
Commit
0bfba043
authored
10 years ago
by
Segher Boessenkool
Committed by
Segher Boessenkool
10 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/predicates.md (update_indexed_address_mem): Delete.
From-SVN: r210724
parent
1edb7356
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
gcc/ChangeLog
+4
-0
gcc/config/rs6000/predicates.md
+0
-8
No files found.
gcc/ChangeLog
View file @
0bfba043
2014-05-21 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/predicates.md (update_indexed_address_mem): Delete.
2014-05-21 Marek Polacek <polacek@redhat.com>
PR sanitizer/61272
...
...
This diff is collapsed.
Click to expand it.
gcc/config/rs6000/predicates.md
View file @
0bfba043
...
...
@@ -743,14 +743,6 @@
|| GET_CODE (XEXP (op, 0)) == PRE_DEC
|| GET_CODE (XEXP (op, 0)) == PRE_MODIFY))"))
;; Return 1 if the operand is a MEM with an update-indexed-form address. Note
;; that PRE_INC/PRE_DEC will always be non-indexed (i.e. non X-form) since the
;; increment is based on the mode size and will therefor always be a const.
(define_special_predicate "update_indexed_address_mem"
(match_test "(MEM_P (op)
&& GET_CODE (XEXP (op, 0)) == PRE_MODIFY
&& indexed_address (XEXP (XEXP (op, 0), 1), mode))"))
;; Return 1 if the operand is a MEM with an indexed-form address.
(define_special_predicate "indexed_address_mem"
(match_test "(MEM_P (op)
...
...
This diff is collapsed.
Click to expand it.
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