diff options
author | Juzhe-Zhong <juzhe.zhong@rivai.ai> | 2023-08-14 18:16:53 +0800 |
---|---|---|
committer | Juzhe-Zhong <juzhe.zhong@rivai.ai> | 2023-08-14 18:16:53 +0800 |
commit | 9ec5d6de7355c15b3811150d1581dab5bd489966 (patch) | |
tree | 7b922edcb5c861b890b425c1efaf0e72aff07b4a /gcc | |
parent | 1ab7c8b9c6d8d65712763615ab009c806d19d716 (diff) | |
download | gcc-9ec5d6de7355c15b3811150d1581dab5bd489966.zip gcc-9ec5d6de7355c15b3811150d1581dab5bd489966.tar.gz gcc-9ec5d6de7355c15b3811150d1581dab5bd489966.tar.bz2 |
Revert "Fix type error of 'switch (SUBREG_BYTE (op)).'"
This reverts commit 6c6f96040a13e3403a418803cd9f539701c4c00e.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/genrecog.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/genrecog.cc b/gcc/genrecog.cc index 04a5533..6dd375d 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: |