i386.h (TARGET_CPU_CPP_BUILTINS): Change checking of ix86_arch and ix86_tune into...
authorUros Bizjak <ubizjak@gmail.com>
Thu, 22 Nov 2007 11:25:11 +0000 (12:25 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 22 Nov 2007 11:25:11 +0000 (12:25 +0100)
commit8383d43c75586813fd019ab341023ecec02a8bc8
tree3600255d6d0b9123db42c0dc46d1f8438ee8404f
parente683ee2a20b907e9b225dd83cd047331e87a7edf
i386.h (TARGET_CPU_CPP_BUILTINS): Change checking of ix86_arch and ix86_tune into a switch statement.

* config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Change checking
of ix86_arch and ix86_tune into a switch statement.
(enum processor_type): Default PROCESSOR_I386 to 0.
* config/i386/i386.c (ix86_decompose_address): Use TARGET_K6 instead
of "ix86_tune == PROCESSOR_K6".
(ia32_multipass_dfa_lookahead): Change checking of ix86_tune into
a switch statement.

From-SVN: r130349
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h