diff options
Diffstat (limited to 'polly/lib/Transform/Simplify.cpp')
-rw-r--r-- | polly/lib/Transform/Simplify.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/Transform/Simplify.cpp b/polly/lib/Transform/Simplify.cpp index d58aa0bd89c..202eb870217 100644 --- a/polly/lib/Transform/Simplify.cpp +++ b/polly/lib/Transform/Simplify.cpp @@ -28,8 +28,8 @@ namespace { #define TWO_STATISTICS(VARNAME, DESC) \ static llvm::Statistic VARNAME[2] = { \ - {DEBUG_TYPE, #VARNAME "0", DESC " (first)", {0}, {false}}, \ - {DEBUG_TYPE, #VARNAME "1", DESC " (second)", {0}, {false}}} + {DEBUG_TYPE, #VARNAME "0", DESC " (first)"}, \ + {DEBUG_TYPE, #VARNAME "1", DESC " (second)"}} /// Number of max disjuncts we allow in removeOverwrites(). This is to avoid /// that the analysis of accesses in a statement is becoming too complex. Chosen |