diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/sse.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md index dc8f9e4..eca5486 100644 --- a/gcc/config/i386/sse.md +++ b/gcc/config/i386/sse.md @@ -774,7 +774,7 @@ (set_attr "mode" "V4SF")]) ;; Also define scalar versions. These are used for abs, neg, and -;; conditional move. Using subregs into vector modes causes regiser +;; conditional move. Using subregs into vector modes causes register ;; allocation lossage. These patterns do not allow memory operands ;; because the native instructions read the full 128-bits. |