flow.c (find_regno_partial): Indent properly.

2001-12-11  Aldy Hernandez  <aldyh@redhat.com>

        * flow.c (find_regno_partial): Indent properly.  Add a default to
        switch.

From-SVN: r47892
This commit is contained in:
Aldy Hernandez 2001-12-11 20:17:55 +00:00 committed by Aldy Hernandez
parent 270d8c65bd
commit 448cad060a
2 changed files with 25 additions and 17 deletions

View File

@ -1,3 +1,8 @@
2001-12-11 Aldy Hernandez <aldyh@redhat.com>
* flow.c (find_regno_partial): Indent properly. Add a default to
switch.
2001-12-11 Neil Booth <neil@daikokuya.demon.co.uk>
* c-common.c (combine_strings): Complain if concatenating

View File

@ -1340,6 +1340,9 @@ find_regno_partial (ptr, data)
return 1;
}
break;
default:
break;
}
return 0;