Commit 4608d36c by Eric Christopher

mips.c (override_options): Fix typo.

2001-07-10  Eric Christopher  <echristo@redhat.com>

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

From-SVN: r43891
parent 8b2db411
2001-07-10 Eric Christopher <echristo@redhat.com>
* config/mips/mips.c (override_options): Fix typo.
2001-07-09 Stan Shebs <shebs@apple.com> 2001-07-09 Stan Shebs <shebs@apple.com>
* target.h (struct gcc_target): New fields init_builtins and * target.h (struct gcc_target): New fields init_builtins and
...@@ -51,7 +55,7 @@ ...@@ -51,7 +55,7 @@
(BLOCK_HEAD_TREE): Define. (BLOCK_HEAD_TREE): Define.
(BLOCK_END_TREE): Define. (BLOCK_END_TREE): Define.
(struct loops): Rename field 'tree' to 'tree_root'. (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'. 'end_tree'.
(flow_loops_tree_build): Rename reference to field 'tree' to (flow_loops_tree_build): Rename reference to field 'tree' to
'tree_root'. 'tree_root'.
......
...@@ -4902,7 +4902,7 @@ override_options () ...@@ -4902,7 +4902,7 @@ override_options ()
|| ! strcmp (mips_tune_string, "DEFAULT")) || ! strcmp (mips_tune_string, "DEFAULT"))
{ {
if (mips_arch != PROCESSOR_DEFAULT) if (mips_arch != PROCESSOR_DEFAULT)
mips_tune == mips_arch; mips_tune = mips_arch;
else else
switch (mips_isa) switch (mips_isa)
{ {
......
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