aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Stubbs <ams@codesourcery.com>2021-05-07 23:55:35 +0100
committerAndrew Stubbs <ams@codesourcery.com>2021-05-07 23:56:38 +0100
commit292da5c58da8fe60395c4b7569a0e828c800ded5 (patch)
tree515f53e99864f87ad65b092a38ab2e3ce78ee5ac
parent07d7d37d1a33efb04f1262e56f4b82d6e1089e75 (diff)
downloadgcc-292da5c58da8fe60395c4b7569a0e828c800ded5.zip
gcc-292da5c58da8fe60395c4b7569a0e828c800ded5.tar.gz
gcc-292da5c58da8fe60395c4b7569a0e828c800ded5.tar.bz2
Revert "amdgcn: disable TImode"
This reverts commit 7af392687952608b988bd5a476583106b3f51740.
-rw-r--r--gcc/config/gcn/gcn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/gcn/gcn.c b/gcc/config/gcn/gcn.c
index 2baf91d..9660ca6 100644
--- a/gcc/config/gcn/gcn.c
+++ b/gcc/config/gcn/gcn.c
@@ -361,7 +361,7 @@ gcn_scalar_mode_supported_p (scalar_mode mode)
|| mode == HImode /* || mode == HFmode */
|| mode == SImode || mode == SFmode
|| mode == DImode || mode == DFmode
- /*|| mode == TImode*/); /* TI is used for back-end purposes only. */
+ || mode == TImode);
}
/* Implement TARGET_CLASS_MAX_NREGS.