Revert "Fix type error of 'switch (SUBREG_BYTE (op)).'"

This reverts commit 6c6f96040a.
This commit is contained in:
Juzhe-Zhong 2023-08-14 18:16:53 +08:00
parent 1ab7c8b9c6
commit 9ec5d6de73

View 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: