summaryrefslogtreecommitdiff
path: root/gcc/ipa-structure-reorg.h
diff options
context:
space:
mode:
authorGary Oblock <gary@amperecomputing.com>2020-09-24 11:42:08 -0700
committerGary Oblock <gary@amperecomputing.com>2020-09-24 11:42:08 -0700
commitf53b7b076eb06975970e223ce37c308b3a4ad00c (patch)
tree3653cbaf70e289a16591671a7ef20e903b01200f /gcc/ipa-structure-reorg.h
parentc8b48ea1752a5011d8b3feab84cf9c825ee49f0e (diff)
Added new case in code to count the number of dynamic allocationscommon/ipa-str-reorg-v2
(pools) for a reorg type.
Diffstat (limited to 'gcc/ipa-structure-reorg.h')
-rw-r--r--gcc/ipa-structure-reorg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-structure-reorg.h b/gcc/ipa-structure-reorg.h
index 286e57c2380..8454c42dd89 100644
--- a/gcc/ipa-structure-reorg.h
+++ b/gcc/ipa-structure-reorg.h
@@ -253,7 +253,7 @@ extern bool print_internals (gimple *, void *);
// defined marcos in the code. However, some of uses
// should obviously be converted to dump file information.
-#define DEBUGGING 1
+#define DEBUGGING 0
#if DEBUGGING
enum Display {
Show_nothing,