Commit cc728da9 by Jie Zhang Committed by Jie Zhang

revert: bfin.md (composev2hi): Put operands into vector with correct order.

	Revert
	2007-08-29  Jie Zhang  <jie.zhang@analog.com>
	* config/bfin/bfin.md (composev2hi): Put operands into vector
	with correct order.

From-SVN: r127890
parent 935cb9ac
2007-08-29 Jie Zhang <jie.zhang@analog.com>
Revert
2007-08-29 Jie Zhang <jie.zhang@analog.com>
* config/bfin/bfin.md (composev2hi): Put operands into vector
with correct order.
2007-08-29 Jie Zhang <jie.zhang@analog.com>
* config/bfin/bfin.md (composev2hi): Put operands into vector
with correct order.
......
......@@ -2831,16 +2831,16 @@
(match_operand:HI 1 "register_operand" "d,d")))]
""
"@
%d0 = %h1 << 0%!
%d0 = %h2 << 0%!
#"
"reload_completed"
[(set (match_dup 0)
(vec_concat:V2HI
(vec_select:HI (match_dup 0) (parallel [(const_int 0)]))
(match_dup 1)))
(match_dup 2)))
(set (match_dup 0)
(vec_concat:V2HI
(match_dup 2)
(match_dup 1)
(vec_select:HI (match_dup 0) (parallel [(const_int 1)]))))]
""
[(set_attr "type" "dsp32")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment