summaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r--gcc/genrecog.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c
index 0d6a2d10a70..49d4a4ea8a2 100644
--- a/gcc/genrecog.c
+++ b/gcc/genrecog.c
@@ -1639,12 +1639,7 @@ print_code (code)
{
register const char *p1;
for (p1 = GET_RTX_NAME (code); *p1; p1++)
- {
- if (ISLOWER(*p1))
- putchar (toupper(*p1));
- else
- putchar (*p1);
- }
+ putchar (TOUPPER(*p1));
}
static int