i386.c (override_options): Use TARGET_SUBTARGET32_ISA_DEFAULT to select default ix86_...
authorUros Bizjak <ubizjak@gmail.com>
Tue, 5 Jun 2007 06:44:17 +0000 (08:44 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 5 Jun 2007 06:44:17 +0000 (08:44 +0200)
* config/i386/i386.c (override_options): Use
TARGET_SUBTARGET32_ISA_DEFAULT to select default ix86_isa_flags.

From-SVN: r125328

gcc/ChangeLog
gcc/config/i386/i386.c

index bcf11a2..964a347 100644 (file)
@@ -1,6 +1,11 @@
 2007-06-05  Uros Bizjak  <ubizjak@gmail.com>
 
-       * config/i386/predicates/md (reg_not_xmm0_operand): New predicate.
+       * config/i386/i386.c (override_options): Use
+       TARGET_SUBTARGET32_ISA_DEFAULT to select default ix86_isa_flags.
+
+2007-06-05  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/predicates.md (reg_not_xmm0_operand): New predicate.
        (nonimm_not_xmm0_operand): Ditto.
        * config/i386/sse.md ("sse4_1_blendvpd"): Use "reg_not_xmm0_operand"
        as operand[0] and operand[1] predicate.  Use "nonimm_not_xmm0_operand"
index 64fb97e..b7692b4 100644 (file)
@@ -2299,7 +2299,7 @@ override_options (void)
       target_flags |= TARGET_SUBTARGET32_DEFAULT & ~target_flags_explicit;
 
       ix86_isa_flags
-       |= TARGET_SUBTARGET32_DEFAULT & ~ix86_isa_flags_explicit;
+       |= TARGET_SUBTARGET32_ISA_DEFAULT & ~ix86_isa_flags_explicit;
 
       /* i386 ABI does not specify red zone.  It still makes sense to use it
          when programmer takes care to stack from being destroyed.  */