i386.c (override_options): Use TARGET_SUBTARGET32_ISA_DEFAULT to select default ix86_isa_flags.

* config/i386/i386.c (override_options): Use
	TARGET_SUBTARGET32_ISA_DEFAULT to select default ix86_isa_flags.

From-SVN: r125328
This commit is contained in:
Uros Bizjak 2007-06-05 08:44:17 +02:00 committed by Uros Bizjak
parent cb4828955f
commit cc55c4b074
2 changed files with 7 additions and 2 deletions

View 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"

View 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. */