From: Juzhe-Zhong Date: Mon, 14 Aug 2023 10:16:53 +0000 (+0800) Subject: Revert "Fix type error of 'switch (SUBREG_BYTE (op)).'" X-Git-Tag: basepoints/gcc-15~6942 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ec5d6de7355c15b3811150d1581dab5bd489966;p=thirdparty%2Fgcc.git Revert "Fix type error of 'switch (SUBREG_BYTE (op)).'" This reverts commit 6c6f96040a13e3403a418803cd9f539701c4c00e. --- diff --git a/gcc/genrecog.cc b/gcc/genrecog.cc index 04a5533ca4b2..6dd375da5e35 100644 --- a/gcc/genrecog.cc +++ b/gcc/genrecog.cc @@ -4619,7 +4619,6 @@ print_nonbool_test (output_state *os, const rtx_test &test) printf ("SUBREG_BYTE ("); print_test_rtx (os, test); printf (")"); - printf (".to_constant ()"); break; case rtx_test::WIDE_INT_FIELD: