Commit a12f8290 by David Edelsohn

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
parent 36dbb93d
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.
......
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment