]> gcc.gnu.org Git - gcc.git/commitdiff
Revert "Fix type error of 'switch (SUBREG_BYTE (op)).'"
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>
Mon, 14 Aug 2023 10:16:53 +0000 (18:16 +0800)
committerJuzhe-Zhong <juzhe.zhong@rivai.ai>
Mon, 14 Aug 2023 10:16:53 +0000 (18:16 +0800)
This reverts commit 6c6f96040a13e3403a418803cd9f539701c4c00e.

gcc/genrecog.cc

index 04a5533ca4b29b90ff64d9e5434d82715b2a1847..6dd375da5e35d12b2e3db339a7d7a1569ef8c311 100644 (file)
@@ -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:
This page took 0.067009 seconds and 5 git commands to generate.