Commit 9cb116cb by H.J. Lu

Fix a typo in comments in revision 123866.

From-SVN: r123871
parent 20f5e278
...@@ -17923,7 +17923,7 @@ ix86_expand_vec_set_builtin (tree exp) ...@@ -17923,7 +17923,7 @@ ix86_expand_vec_set_builtin (tree exp)
op1 = force_reg (mode1, op1); op1 = force_reg (mode1, op1);
/* OP0 is the source of these builtin functions and shouldn't be /* OP0 is the source of these builtin functions and shouldn't be
modifified. Create a copy, use it and return it as target. */ modified. Create a copy, use it and return it as target. */
target = gen_reg_rtx (tmode); target = gen_reg_rtx (tmode);
emit_move_insn (target, op0); emit_move_insn (target, op0);
ix86_expand_vector_set (true, target, op1, elt); ix86_expand_vector_set (true, target, op1, elt);
......
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