]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-pass.h
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
[thirdparty/gcc.git] / gcc / tree-pass.h
index 8d50aacebf0a1c0c87c04bac4f96fe85c3f38c0d..1e1463fc5fabb5c61d585cc13ab6540549f8f062 100644 (file)
@@ -72,7 +72,9 @@ enum tree_dump_index
 #define TDF_DIAGNOSTIC (1 << 15)       /* A dump to be put in a diagnostic
                                           message.  */
 #define TDF_VERBOSE     (1 << 16)       /* A dump that uses the full tree 
-                                          dumper to print stmts. */
+                                          dumper to print stmts.  */
+#define TDF_RHS_ONLY   (1 << 17)       /* a flag to only print the RHS of
+                                          a gimple stmt.  */
 
 extern char *get_dump_file_name (enum tree_dump_index);
 extern int dump_enabled_p (enum tree_dump_index);