m32c.c (m32c_valid_pointer_mode): Remove stray debug fprintf.
* config/m32c/m32c.c (m32c_valid_pointer_mode): Remove stray debug fprintf. From-SVN: r103761
This commit is contained in:
parent
13e2e16e7b
commit
73eb8cb642
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-09-01 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* config/m32c/m32c.c (m32c_valid_pointer_mode): Remove stray debug
|
||||
fprintf.
|
||||
|
||||
2005-09-01 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* config/rs6000/rs6000.c (setup_incoming_varargs): Set MEM_NOTRAP_P.
|
||||
|
|
|
@ -1511,7 +1511,6 @@ m32c_function_arg_regno_p (int r)
|
|||
bool
|
||||
m32c_valid_pointer_mode (enum machine_mode mode)
|
||||
{
|
||||
fprintf(stderr, "valid_pointer_mode: %s\n", mode_name[mode]);
|
||||
if (mode == HImode
|
||||
|| mode == PSImode
|
||||
|| mode == SImode
|
||||
|
|
Loading…
Add table
Reference in a new issue