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:
parent
4565a07a64
commit
3ef2343927
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue