mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 14:50:52 +08:00
* config/rs6000/predicates.md (update_indexed_address_mem): Delete.
From-SVN: r210724
This commit is contained in:
parent
1edb7356d5
commit
0bfba0434a
gcc
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user