summaryrefslogtreecommitdiff
path: root/gcc/graphite-scop-detection.c
diff options
context:
space:
mode:
authorTom de Vries <tom@codesourcery.com>2017-11-05 09:57:43 +0000
committerTom de Vries <vries@gcc.gnu.org>2017-11-05 09:57:43 +0000
commitf9c1b67a39201d6285dceb3aed85943bd258fe33 (patch)
treea073511b4f0fd51368faff414f520dad86c3b911 /gcc/graphite-scop-detection.c
parent51c20aa35aeb59c234d511cb9f53f0f3357906f4 (diff)
[graphite] Remove semicolon after do {} while (0) in DEBUG_PRINT
2017-11-05 Tom de Vries <tom@codesourcery.com> PR other/82784 * graphite-scop-detection.c (DEBUG_PRINT): Remove semicolon after "do {} while (0)". From-SVN: r254421
Diffstat (limited to 'gcc/graphite-scop-detection.c')
-rw-r--r--gcc/graphite-scop-detection.c2
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