m32r: use is_whitespace()

Convert a lonely ISSPACE().
This commit is contained in:
Jan Beulich
2025-02-03 12:06:06 +01:00
parent a6fe260642
commit dd8b083aeb

View File

@@ -989,7 +989,7 @@ assemble_two_insns (char *str1, char *str2, int parallel_p)
{
char *s2 = str1;
while (ISSPACE (*s2++))
while (is_whitespace (*s2++))
continue;
--s2;