diff options
Diffstat (limited to 'gcc/graphite-scop-detection.c')
-rw-r--r-- | gcc/graphite-scop-detection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite-scop-detection.c b/gcc/graphite-scop-detection.c index c236556522a..dd273a40f86 100644 --- a/gcc/graphite-scop-detection.c +++ b/gcc/graphite-scop-detection.c @@ -81,7 +81,7 @@ public: #define DEBUG_PRINT(args) do \ { \ if (dump_file && (dump_flags & TDF_DETAILS)) { args; } \ - } while (0); + } while (0) /* Pretty print to FILE all the SCoPs in DOT format and mark them with different colors. If there are not enough colors, paint the |