summaryrefslogtreecommitdiff
path: root/gcc/df-core.c
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2016-08-11 22:20:41 +0000
committerWilliam Schmidt <wschmidt@gcc.gnu.org>2016-08-11 22:20:41 +0000
commit2c90c549f986ceecc49314b5b4af03a4efbbda5c (patch)
tree4333f8fac087779b971c13f685f8fc4c704eea09 /gcc/df-core.c
parent06f9caede29980be5ef9fc38645dc2da0033b40f (diff)
re PR rtl-optimization/72855 (Long compile time due to integrity checking during dataflow analysis per loop)
2016-08-11 Richard Biener <rguenther@suse.de> Bill Schmidt <wschmidt@linux.vnet.ibm.com> PR rtl-optimization/72855 * df-core.c (df_verify): Turn off DF_VERIFY_SCHEDULED at end. Co-Authored-By: Bill Schmidt <wschmidt@linux.vnet.ibm.com> From-SVN: r239395
Diffstat (limited to 'gcc/df-core.c')
-rw-r--r--gcc/df-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/df-core.c b/gcc/df-core.c
index cc18a137996..e531d581c23 100644
--- a/gcc/df-core.c
+++ b/gcc/df-core.c
@@ -1833,6 +1833,7 @@ df_verify (void)
if (df_live)
df_live_verify_transfer_functions ();
#endif
+ df->changeable_flags &= ~DF_VERIFY_SCHEDULED;
}
#ifdef DF_DEBUG_CFG