mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-23 09:59:39 +08:00
re PR target/53120 (ICE exposing strict_low_part / in/out operand thinko -fno-tree-sra)
PR target/53120 * config/m32c/bitops.md (bset_qi): Change operand 2 from having a "0" constraint to being a (match_dup 0). From-SVN: r187368
This commit is contained in:
parent
8244f25237
commit
b5ba5188a5
@ -1,3 +1,9 @@
|
||||
2012-05-10 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR target/53120
|
||||
* config/m32c/bitops.md (bset_qi): Change operand 2 from having
|
||||
a "0" constraint to being a (match_dup 0).
|
||||
|
||||
2012-05-10 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* stor-layout.c (byte_from_pos): Amend comment.
|
||||
|
@ -43,11 +43,11 @@
|
||||
[(set (match_operand:QI 0 "memsym_operand" "+Si")
|
||||
(ior:QI (subreg:QI (ashift:HI (const_int 1)
|
||||
(subreg:QI (match_operand:HI 1 "a_qi_operand" "Raa") 0)) 0)
|
||||
(match_operand:QI 2 "memsym_operand" "0")))]
|
||||
(match_dup 0)))]
|
||||
"TARGET_A16"
|
||||
"bset\t%0[%1]"
|
||||
[(set_attr "flags" "n")]
|
||||
)
|
||||
)
|
||||
|
||||
(define_insn "bset_hi"
|
||||
[(set (zero_extract:HI (match_operand:QI 0 "memsym_operand" "+Si")
|
||||
|
Loading…
Reference in New Issue
Block a user