* config/i386/i386.md (sse_loadhps splitter): Fix operand number typo.

From-SVN: r93051
This commit is contained in:
Richard Henderson 2005-01-07 06:29:44 -08:00 committed by Richard Henderson
parent c22535f502
commit db39699900
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -20387,7 +20387,7 @@
(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)]
{