diff options
Diffstat (limited to 'gcc/genextract.c')
-rw-r--r-- | gcc/genextract.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genextract.c b/gcc/genextract.c index 912aa78..e80fd20 100644 --- a/gcc/genextract.c +++ b/gcc/genextract.c @@ -323,7 +323,7 @@ print_path (path) /* We first write out the operations (XEXP or XVECEXP) in reverse order, then write "insn", then the indices in forward order. */ - for (i = len - 1; i >=0 ; i--) + for (i = len - 1; i >= 0 ; i--) { if (ISLOWER(path[i])) printf ("XVECEXP ("); |