diff options
Diffstat (limited to 'gcc/config/i386/i386.c')
-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 615f2eeec49..5a6832ded25 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -15817,7 +15817,7 @@ ix86_expand_vector_init (rtx target, rtx vals) } /* ... values where only first field is non-constant are best loaded - from the pool and overwriten via move later. */ + from the pool and overwritten via move later. */ if (!i) { rtx op = simplify_gen_subreg (mode, XVECEXP (vals, 0, 0), |