OSDN Git Service

* config/i386/i386.md (sse_loadhps splitter): Fix operand number typo.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Jan 2005 14:29:44 +0000 (14:29 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Jan 2005 14:29:44 +0000 (14:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93051 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.md

index 110e8a6..0f08d7e 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-07  Richard Henderson  <rth@redhat.com>
+
+       * config/i386/i386.md (sse_loadhps splitter): Fix operand number typo.
+
 2005-01-07  Richard SAndiford  <rsandifo@redhat.com>
 
        * tree.h (IS_EXPR_CODE_CLASS): Use a straight-forward range check.
index 164982c..0851dde 100644 (file)
          (vec_select:V2SF
            (match_dup 0)
            (parallel [(const_int 0) (const_int 1)]))
-         (match_operand:V2SF 2 "register_operand" "")))]
+         (match_operand:V2SF 1 "register_operand" "")))]
   "TARGET_SSE && reload_completed"
   [(const_int 0)]
 {