aboutsummaryrefslogtreecommitdiff
path: root/gcc/dumpfile.h
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2017-05-25 12:08:02 +0200
committerMartin Liska <marxin@gcc.gnu.org>2017-05-25 10:08:02 +0000
commit56af751e21b1397bfc1ba7aba8dfa18aebc4c209 (patch)
treeb1a939271deb5cbc463ff375077f63df666a437c /gcc/dumpfile.h
parent18c1e9e024fe76f61424d5b0a24ce7b502a1f4b5 (diff)
downloadgcc-56af751e21b1397bfc1ba7aba8dfa18aebc4c209.zip
gcc-56af751e21b1397bfc1ba7aba8dfa18aebc4c209.tar.gz
gcc-56af751e21b1397bfc1ba7aba8dfa18aebc4c209.tar.bz2
Add -fdump*-folding suboption.
2017-05-25 Martin Liska <mliska@suse.cz> * dumpfile.c: Add TDF_FOLDING. * dumpfile.h (enum dump_kind): Likewise. * genmatch.c (dt_simplify::gen_1): Use it. From-SVN: r248452
Diffstat (limited to 'gcc/dumpfile.h')
-rw-r--r--gcc/dumpfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dumpfile.h b/gcc/dumpfile.h
index a1e4720..abb4d93 100644
--- a/gcc/dumpfile.h
+++ b/gcc/dumpfile.h
@@ -92,6 +92,7 @@ enum dump_kind
#define TDF_SCEV (1 << 24) /* Dump SCEV details. */
#define TDF_COMMENT (1 << 25) /* Dump lines with prefix ";;" */
#define TDF_GIMPLE (1 << 26) /* Dump in GIMPLE FE syntax */
+#define TDF_FOLDING (1 << 27) /* Dump folding details. */
#define MSG_OPTIMIZED_LOCATIONS (1 << 27) /* -fopt-info optimized sources */
#define MSG_MISSED_OPTIMIZATION (1 << 28) /* missed opportunities */
#define MSG_NOTE (1 << 29) /* general optimization info */