aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
authorZack Weinberg <zackw@stanford.edu>2001-07-03 19:23:35 +0000
committerZack Weinberg <zack@gcc.gnu.org>2001-07-03 19:23:35 +0000
commit3b324340369b9c67e16382e949b63fb0cfeafaaa (patch)
tree219bb7714144485db8a26f9ad99fb10ea2468edd /gcc/rtl.c
parentbf4eebe0c1afd43c7d982fdf9614aa65c9c4928e (diff)
downloadgcc-3b324340369b9c67e16382e949b63fb0cfeafaaa.zip
gcc-3b324340369b9c67e16382e949b63fb0cfeafaaa.tar.gz
gcc-3b324340369b9c67e16382e949b63fb0cfeafaaa.tar.bz2
rtl.c (copy_rtx): Handle 'T' format letter.
* rtl.c (copy_rtx): Handle 'T' format letter. * gensupport.c (collect_insn_data): Likewise. * print-rtl.c (print_rtx): Print 'T' slots like 's'. From-SVN: r43732
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 0e4a9b3..de5e048 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -420,6 +420,7 @@ copy_rtx (orig)
case 'i':
case 's':
case 'S':
+ case 'T':
case 'u':
case '0':
/* These are left unchanged. */