]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/i386/i386.md (sse_loadhps splitter): Fix operand number typo.
authorRichard Henderson <rth@redhat.com>
Fri, 7 Jan 2005 14:29:44 +0000 (06:29 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 7 Jan 2005 14:29:44 +0000 (06:29 -0800)
From-SVN: r93051

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

index 110e8a685ffe9c3d21ce3eb2d2612b986c9975fa..0f08d7eac1f934ede5fc047eb7ab513ebb32d3aa 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 164982c8431539e653ca7ccefb7ee48d427e7a4e..0851dde2f8053a9677d8fd2793f4e0fe6444d11d 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)]
 {