* mips.c (machine_dependent_reorg): Fix braces for nested if.

From-SVN: r34559
This commit is contained in:
J"orn Rennecke 2000-06-14 22:47:56 +00:00 committed by Joern Rennecke
parent e4a0656ff8
commit ddc2229625
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed Jun 14 23:46:26 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
* mips.c (machine_dependent_reorg): Fix braces for nested if.
2000-06-14 Geoff Keating <geoffk@cygnus.com>
* rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare

View File

@ -9126,8 +9126,10 @@ machine_dependent_reorg (first)
+ pool_size
+ mips_string_length)
>= 0x8000)
val = src;
mode = Pmode;
{
val = src;
mode = Pmode;
}
max_internal_pool_size -= Pmode;
}