rs6000.c (processor_target_table): Really allow GP optional instructions on Power4.

* config/rs6000/rs6000.c (processor_target_table): Really allow
        GP optional instructions on Power4.

From-SVN: r64348
This commit is contained in:
David Edelsohn 2003-03-13 23:30:29 -05:00
parent 36dbb93d9f
commit a12f82908a
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
2002-03-13 Roger Sayle <roger@eyesopen.com>
2003-03-13 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.c (processor_target_table): Really allow
GP optional instructions on Power4.
2003-03-13 Roger Sayle <roger@eyesopen.com>
* calls.c (flags_from_decl_or_type): Factor and remove redundant
conditional tests.

View File

@ -467,7 +467,7 @@ rs6000_override_options (default_cpu)
POWER_MASKS},
{"power4", PROCESSOR_POWER4,
MASK_POWERPC | MASK_PPC_GFXOPT | MASK_NEW_MNEMONICS,
POWER_MASKS | MASK_PPC_GPOPT},
POWER_MASKS},
{"powerpc", PROCESSOR_POWERPC,
MASK_POWERPC | MASK_NEW_MNEMONICS,
POWER_MASKS | POWERPC_OPT_MASKS | MASK_POWERPC64},