From: David Edelsohn Date: Fri, 25 Sep 1998 19:19:03 +0000 (-0400) Subject: - fixup botched commit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8d446d46eddd7839040545a0175c9f60c81c63f;p=gcc.git - fixup botched commit From-SVN: r22596 --- diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index b7a7d3d0db3..bc307c40fa5 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -228,7 +228,7 @@ rs6000_override_options (default_cpu) {"604", PROCESSOR_PPC604, MASK_POWERPC | MASK_PPC_GFXOPT | MASK_NEW_MNEMONICS, POWER_MASKS | MASK_PPC_GPOPT | MASK_POWERPC64}, - {"604e", PROCESSOR_PPC604e, + {"604e", PROCESSOR_PPC604, MASK_POWERPC | MASK_PPC_GFXOPT | MASK_NEW_MNEMONICS, POWER_MASKS | MASK_PPC_GPOPT | MASK_POWERPC64}, {"620", PROCESSOR_PPC620, @@ -353,11 +353,13 @@ optimization_options (level, size) int level; int size ATTRIBUTE_UNUSED; { +#if 0 #ifdef HAIFA /* When optimizing, enable use of BCT instruction. */ if (level >= 1) flag_branch_on_count_reg = 1; #endif +#endif } /* Do anything needed at the start of the asm file. */