mirror of git://gcc.gnu.org/git/gcc.git
* config/ia64/ia64.md (cstorebi4): Fix thinko.
From-SVN: r163618
This commit is contained in:
parent
179ba6b882
commit
bf321310b1
|
|
@ -1,9 +1,14 @@
|
||||||
|
2010-08-28 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
|
* config/ia64/ia64.md (cstorebi4): Fix thinko.
|
||||||
|
|
||||||
2010-08-28 Hariharan Sandanagobalane <hariharan@picochip.com>
|
2010-08-28 Hariharan Sandanagobalane <hariharan@picochip.com>
|
||||||
|
|
||||||
* config/picochip/picochip.c (reorder_var_tracking_notes): This
|
* config/picochip/picochip.c (reorder_var_tracking_notes): This
|
||||||
function was dropping debug insns which caused PR45299.
|
function was dropping debug insns which caused PR45299.
|
||||||
|
|
||||||
2010-08-28 Uros Bizjak <ubizjak@gmail.com>
|
2010-08-28 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
* config/i386/sse.md (extsuffix): New code attribute.
|
* config/i386/sse.md (extsuffix): New code attribute.
|
||||||
(sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
|
(sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
|
||||||
and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
|
and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
|
||||||
|
|
|
||||||
|
|
@ -3988,7 +3988,7 @@
|
||||||
[(match_operand:BI 2 "register_operand" "")
|
[(match_operand:BI 2 "register_operand" "")
|
||||||
(match_operand:BI 3 "const_int_operand" "")]))]
|
(match_operand:BI 3 "const_int_operand" "")]))]
|
||||||
""
|
""
|
||||||
"ia64_expand_compare (&operands[0], &operands[1], &operands[2]);")
|
"ia64_expand_compare (&operands[1], &operands[2], &operands[3]);")
|
||||||
|
|
||||||
(define_expand "cstoresi4"
|
(define_expand "cstoresi4"
|
||||||
[(set (match_operand:DI 0 "gr_register_operand" "")
|
[(set (match_operand:DI 0 "gr_register_operand" "")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue