Commit 73eb8cb6 by DJ Delorie Committed by DJ Delorie

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
parent 13e2e16e
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
......
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