Commit 5c464583 by Graham Stott Committed by Graham Stott

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

From-SVN: r49876
parent b1c1a22f
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> 2002-02-19 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/linux64.h (LINK_OS_LINUX_SPEC): Look in /lib64. * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC): Look in /lib64.
......
...@@ -11713,7 +11713,7 @@ ix86_expand_builtin (exp, target, subtarget, mode, ignore) ...@@ -11713,7 +11713,7 @@ ix86_expand_builtin (exp, target, subtarget, mode, ignore)
mode1 = insn_data[icode].operand[1].mode; mode1 = insn_data[icode].operand[1].mode;
mode2 = insn_data[icode].operand[2].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); op0 = copy_to_mode_reg (mode0, op0);
if (! (*insn_data[icode].operand[1].predicate) (op1, mode1)) if (! (*insn_data[icode].operand[1].predicate) (op1, mode1))
op1 = copy_to_mode_reg (mode1, op1); op1 = copy_to_mode_reg (mode1, op1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment