From d36d25270e06aefe75e9dfb47069ea6ca40c8650 Mon Sep 17 00:00:00 2001 From: sje Date: Tue, 28 May 2013 22:41:38 +0000 Subject: [PATCH] 2013-05-28 Steve Ellcey * config/mips/mips-cpus.def (mips32r2): Change processor type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199393 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/mips-cpus.def | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c797f1ddbe5..a2394253b27 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-05-28 Steve Ellcey + + * config/mips/mips-cpus.def (mips32r2): Change processor type. + 2013-05-28 Balaji V. Iyer * doc/extend.texi (C Extensions): Added documentation about Cilk Plus diff --git a/gcc/config/mips/mips-cpus.def b/gcc/config/mips/mips-cpus.def index 9e5fd162189..f08fad6778d 100644 --- a/gcc/config/mips/mips-cpus.def +++ b/gcc/config/mips/mips-cpus.def @@ -43,7 +43,7 @@ MIPS_CPU ("mips4", PROCESSOR_R8000, 4, 0) that to a recommendation to avoid the instructions in code that isn't tuned to a specific processor. */ MIPS_CPU ("mips32", PROCESSOR_4KC, 32, PTF_AVOID_BRANCHLIKELY) -MIPS_CPU ("mips32r2", PROCESSOR_M4K, 33, PTF_AVOID_BRANCHLIKELY) +MIPS_CPU ("mips32r2", PROCESSOR_74KF2_1, 33, PTF_AVOID_BRANCHLIKELY) MIPS_CPU ("mips64", PROCESSOR_5KC, 64, PTF_AVOID_BRANCHLIKELY) /* ??? For now just tune the generic MIPS64r2 for 5KC as well. */ MIPS_CPU ("mips64r2", PROCESSOR_5KC, 65, PTF_AVOID_BRANCHLIKELY) -- 2.11.4.GIT