From cea27bec644910822965ff5ef84d4f536e3d095d Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 13 Apr 2005 15:55:01 +0000 Subject: [PATCH] * basic-block.h, tree-ssa-uncprop.c, varasm.c, config/i386/sse.md: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98094 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/i386/sse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4