summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Sayle <roger@nextmovesoftware.com>2022-03-16 23:28:21 +0000
committerRoger Sayle <roger@nextmovesoftware.com>2022-03-16 23:28:21 +0000
commit3ef2343927741757f7e2bed219c6e510f6f0facd (patch)
tree8a951b7962c67104debd2de28dd89fc0e28a5c64
parent4565a07a646949e6ce30a08c60484afe1fed0ac1 (diff)
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.
-rw-r--r--gcc/config/i386/sse.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md
index 4c9c069ed4c..ed98120be59 100644
--- a/gcc/config/i386/sse.md
+++ b/gcc/config/i386/sse.md
@@ -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")