From: DJ Delorie Date: Thu, 18 Oct 2012 05:56:54 +0000 (-0400) Subject: Remove debugging printf. X-Git-Tag: releases/gcc-4.6.4~317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3936ea27887f476601e9cfe694d9e20984213f54;p=thirdparty%2Fgcc.git Remove debugging printf. From-SVN: r192555 --- diff --git a/gcc/config/m32c/predicates.md b/gcc/config/m32c/predicates.md index 982bb1be849c..533f3469c537 100644 --- a/gcc/config/m32c/predicates.md +++ b/gcc/config/m32c/predicates.md @@ -296,4 +296,4 @@ (define_predicate "m32c_const_u16_operand" (and (match_operand 0 "const_int_operand") - (match_test "fprintf(stderr, \"u16=%d\\n\", INTVAL(op)),INTVAL (op) >= 0 && INTVAL (op) <= 65535"))) + (match_test "INTVAL (op) >= 0 && INTVAL (op) <= 65535")))