mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 15:37:20 +08:00
* config/i386/i386.c (ix86_expand_builtin): Fix typo.
From-SVN: r49876
This commit is contained in:
parent
b1c1a22fb2
commit
5c46458361
@ -1,3 +1,7 @@
|
||||
2002-02-19 Graham Stott <grahams@redhat.com>
|
||||
|
||||
* config/i386/i386.c (ix86_expand_builtin): Fix typo.
|
||||
|
||||
2002-02-19 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* config/rs6000/linux64.h (LINK_OS_LINUX_SPEC): Look in /lib64.
|
||||
|
@ -11713,7 +11713,7 @@ ix86_expand_builtin (exp, target, subtarget, mode, ignore)
|
||||
mode1 = insn_data[icode].operand[1].mode;
|
||||
mode2 = insn_data[icode].operand[2].mode;
|
||||
|
||||
if (! (*insn_data[icode].operand[1].predicate) (op0, mode0))
|
||||
if (! (*insn_data[icode].operand[0].predicate) (op0, mode0))
|
||||
op0 = copy_to_mode_reg (mode0, op0);
|
||||
if (! (*insn_data[icode].operand[1].predicate) (op1, mode1))
|
||||
op1 = copy_to_mode_reg (mode1, op1);
|
||||
|
Loading…
Reference in New Issue
Block a user