diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-16 14:03:33 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-16 14:03:33 +0000 |
commit | 40fe46c9811f4bc90a0f47ee442dd13140406f67 (patch) | |
tree | 768a29ef9eb432786fb4d24537d7bd9a6901a038 | |
parent | 323c875727f6106aaad24f2217351c7f56612b8b (diff) | |
download | ppe42-gcc-40fe46c9811f4bc90a0f47ee442dd13140406f67.tar.gz ppe42-gcc-40fe46c9811f4bc90a0f47ee442dd13140406f67.zip |
Fix a typo in comments in revision 123866.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123871 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/config/i386/i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index ecc2e6bb1c7..0ca17121128 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -17923,7 +17923,7 @@ ix86_expand_vec_set_builtin (tree exp) op1 = force_reg (mode1, op1); /* 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); emit_move_insn (target, op0); ix86_expand_vector_set (true, target, op1, elt); |