PR target/104797

gcc/ChangeLog:

        * config/msp430/msp430.cc (msp430_expand_delay_cycles): Remove
        parenthesis from built-in name.
---
 gcc/config/msp430/msp430.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/msp430/msp430.cc b/gcc/config/msp430/msp430.cc
index eb219fd5e71..7a378ceac56 100644
--- a/gcc/config/msp430/msp430.cc
+++ b/gcc/config/msp430/msp430.cc
@@ -2744,7 +2744,7 @@ msp430_expand_delay_cycles (rtx arg)
if (GET_CODE (arg) != CONST_INT)
     {
-      error ("%<__delay_cycles()%> only takes constant arguments");
+      error ("%<__delay_cycles%> only takes constant arguments");
       return NULL_RTX;
     }
--
2.35.1

Reply via email to