mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-21 11:39:52 +08:00
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:
parent
cb4828955f
commit
cc55c4b074
@ -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"
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user