mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 10:51:19 +08:00
* config/i386/i386.md (sse_loadhps splitter): Fix operand number typo.
From-SVN: r93051
This commit is contained in:
parent
c22535f502
commit
db39699900
@ -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.
|
||||
|
@ -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)]
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user