aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkelvin <kelvin@138bc75d-0d04-0410-961f-82ee72b054a4>2016-01-04 20:02:24 +0000
committerkelvin <kelvin@138bc75d-0d04-0410-961f-82ee72b054a4>2016-01-04 20:02:24 +0000
commite6ece797e095e11fac4cc6fd22032a02361a9a3f (patch)
treed41fafd9656ec87b3697c393adbe1e914f8978e3
parent2b292f945d7a1c96369e5f9a7b2dab410191b571 (diff)
undef KELVIN_NOISE
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/ibm/kelvin-1@232064 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/cfgloopmanip.c2
-rw-r--r--gcc/loop-unroll.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cfgloopmanip.c b/gcc/cfgloopmanip.c
index 48676adde0a..699a4b5ac22 100644
--- a/gcc/cfgloopmanip.c
+++ b/gcc/cfgloopmanip.c
@@ -43,7 +43,7 @@ along with GCC; see the file COPYING3. If not see
sum of incoming edge frequencies for the loop header block.
b. The sum of predecessor edge frequencies for every block
in the loop equals the frequency of that block. */
-#define KELVIN_NOISE
+#undef KELVIN_NOISE
#ifdef KELVIN_NOISE
#include "kelvin-debugs.c"
#endif
diff --git a/gcc/loop-unroll.c b/gcc/loop-unroll.c
index c8cf1701ac7..a3bc39adb2a 100644
--- a/gcc/loop-unroll.c
+++ b/gcc/loop-unroll.c
@@ -45,7 +45,7 @@ along with GCC; see the file COPYING3. If not see
#include "target.h"
#include "dumpfile.h"
-#define KELVIN_NOISE
+#undef KELVIN_NOISE
#ifdef KELVIN_NOISE
#define INCLUDE_DUMP_LOOP
#define INCLUDE_DUMP_NITER_DESC