diff options
Diffstat (limited to 'gcc/df-scan.c')
-rw-r--r-- | gcc/df-scan.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/df-scan.c b/gcc/df-scan.c index 6e622f8460d..76f85c142af 100644 --- a/gcc/df-scan.c +++ b/gcc/df-scan.c @@ -4265,12 +4265,6 @@ df_scan_verify (void) if (!df) return; - /* This is a hack, but a necessary one. If you do not do this, - insn_attrtab can never be compiled in a bootstrap. This - verification is just too expensive. */ - if (n_basic_blocks > 250) - return; - /* Verification is a 4 step process. */ /* (1) All of the refs are marked by going thru the reg chains. */ |