]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Revert "amdgcn: disable TImode"
authorAndrew Stubbs <ams@codesourcery.com>
Fri, 7 May 2021 22:55:35 +0000 (23:55 +0100)
committerAndrew Stubbs <ams@codesourcery.com>
Fri, 7 May 2021 22:56:38 +0000 (23:56 +0100)
This reverts commit 7af392687952608b988bd5a476583106b3f51740.

gcc/config/gcn/gcn.c

index 2baf91d2f1f98c580c2c1d5f8839361fd4c67829..9660ca6eaa4104faecc420ac9f236609c45b82f4 100644 (file)
@@ -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.