Fix strange binary corruption with last commit.

2022-03-16  Roger Sayle  <roger@nextmovesoftware.com>

gcc/ChangeLog
	* config/i386/sse.md: Delete corrupt character/typo.
This commit is contained in:
Roger Sayle 2022-03-16 23:28:21 +00:00
parent 4565a07a64
commit 3ef2343927

View file

@ -1601,7 +1601,7 @@
(vec_select:<ssescalarmode>
(match_operand:VI8F_128 1 "nonimmediate_operand" "vm")
(parallel [(const_int 0)]))
(match_operand:<ssescalarmode> 2 Â"const0_operand" "C")))]
(match_operand:<ssescalarmode> 2 "const0_operand" "C")))]
"TARGET_SSE2"
"%vmovq\t{%1, %0|%0, %q1}"
[(set_attr "type" "ssemov")