diff options
Diffstat (limited to 'gcc/config/i386')
-rw-r--r-- | gcc/config/i386/i386.c | 2 | ||||
-rw-r--r-- | gcc/config/i386/i386.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 6b5af11a96b..493e68672b9 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -5067,7 +5067,7 @@ ix86_valid_target_attribute_tree (tree args, /* If the changed options are different from the default, rerun ix86_option_override_internal, and then save the options away. - The string options are are attribute options, and will be undone + The string options are attribute options, and will be undone when we copy the save structure. */ if (opts->x_ix86_isa_flags != def->x_ix86_isa_flags || opts->x_target_flags != def->x_target_flags diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index bc98389a54b..354532a6f0e 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -4164,7 +4164,7 @@ [(set_attr "type" "fmov") (set_attr "mode" "<MODE>,XF")]) -;; %%% This seems bad bad news. +;; %%% This seems like bad news. ;; This cannot output into an f-reg because there is no way to be sure ;; of truncating in that case. Otherwise this is just like a simple move ;; insn. So we pretend we can output to a reg in order to get better |