diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2021-08-12 14:02:20 -0400 |
---|---|---|
committer | Andrew MacLeod <amacleod@redhat.com> | 2021-08-17 19:28:43 -0400 |
commit | 0bb74a28e1318cbac9c895f1079b384a42513a9c (patch) | |
tree | 78e909ad91f5269a2408cc32cb57d9a2b2989903 /gcc/gimple-range-trace.h | |
parent | e68c8280fa2e1b7071378cfdd876155c73ec944f (diff) | |
download | gcc-0bb74a28e1318cbac9c895f1079b384a42513a9c.zip gcc-0bb74a28e1318cbac9c895f1079b384a42513a9c.tar.gz gcc-0bb74a28e1318cbac9c895f1079b384a42513a9c.tar.bz2 |
Change evrp-mode options.
Remove tracing in hybrid mode. Add trace/gori/cache tracing options.
tracing options are now 'trace', 'gori', 'cache', or all combined in 'debug'
* flag-types.h (enum evrp_mode): Adjust evrp-mode values.
* gimple-range-cache.cc (DEBUG_RANGE_CACHE): Relocate from.
* gimple-range-trace.h (DEBUG_RANGE_CACHE): Here.
* params.opt (--param=evrp-mode): Adjust options.
Diffstat (limited to 'gcc/gimple-range-trace.h')
-rw-r--r-- | gcc/gimple-range-trace.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/gimple-range-trace.h b/gcc/gimple-range-trace.h index 6f89fcc..d2d1a8b 100644 --- a/gcc/gimple-range-trace.h +++ b/gcc/gimple-range-trace.h @@ -58,7 +58,4 @@ range_tracer::header (const char *str) return do_header (str); return 0; } - -#define DEBUG_RANGE_CACHE (dump_file && (param_evrp_mode & EVRP_MODE_DEBUG)) - #endif // GCC_GIMPLE_RANGE_TRACE_H |