* config/i386/i386.c (ix86_expand_builtin): Fix typo.

From-SVN: r49876
This commit is contained in:
Graham Stott 2002-02-19 20:05:28 +00:00 committed by Graham Stott
parent b1c1a22fb2
commit 5c46458361
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -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);