mips.c (override_options): Fix typo.
authorEric Christopher <echristo@gcc.gnu.org>
Tue, 10 Jul 2001 09:32:46 +0000 (09:32 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Tue, 10 Jul 2001 09:32:46 +0000 (09:32 +0000)
2001-07-10  Eric Christopher  <echristo@redhat.com>

* config/mips/mips.c (override_options): Fix typo.

From-SVN: r43891

gcc/ChangeLog
gcc/config/mips/mips.c

index bd62dc46827620dbe39ed96a38c0fd262bb8dd7a..2036a803af25ccc36f250a31283488e2f5dc9fe9 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-10  Eric Christopher  <echristo@redhat.com>
+
+       * config/mips/mips.c (override_options): Fix typo.
+
 2001-07-09  Stan Shebs  <shebs@apple.com>
 
        * target.h (struct gcc_target): New fields init_builtins and
@@ -51,7 +55,7 @@
        (BLOCK_HEAD_TREE): Define.
        (BLOCK_END_TREE): Define.
        (struct loops): Rename field 'tree' to 'tree_root'.
-       * flow.c (entry_exit_blocks): Add initializers for 'head_tree' and 
+       * flow.c (entry_exit_blocks): Add initializers for 'head_tree' and
        'end_tree'.
        (flow_loops_tree_build): Rename reference to field 'tree' to
        'tree_root'.
index e07f246b5cbf78ca77c784d59119a5f97345e362..03356671ddb6a4192abeb980aa4a0794112bfa8a 100644 (file)
@@ -4902,7 +4902,7 @@ override_options ()
       || ! strcmp (mips_tune_string, "DEFAULT"))
     {
       if (mips_arch != PROCESSOR_DEFAULT)
-       mips_tune == mips_arch;
+       mips_tune = mips_arch;
       else
       switch (mips_isa)
        {