aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-09-29 10:41:04 +0200
committerMartin Liska <mliska@suse.cz>2022-09-29 10:41:04 +0200
commit54f3cfaf3a6f50958c71d79c85206a6c722e1a22 (patch)
tree5f33297a30acc0df71baa0566cffa701eb97ab4e /gcc/rtl.h
parent3c527a35fa428b727807c81f1225a5e0025446c1 (diff)
parenta1cd4d52d6ef90b977fb2d80c1cf17f3efa5b01d (diff)
downloadgcc-54f3cfaf3a6f50958c71d79c85206a6c722e1a22.zip
gcc-54f3cfaf3a6f50958c71d79c85206a6c722e1a22.tar.gz
gcc-54f3cfaf3a6f50958c71d79c85206a6c722e1a22.tar.bz2
Merge branch 'master' into devel/sphinx
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 645c009..7a8c470 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -3369,6 +3369,7 @@ extern int insn_line (const rtx_insn *);
extern const char * insn_file (const rtx_insn *);
extern tree insn_scope (const rtx_insn *);
extern expanded_location insn_location (const rtx_insn *);
+extern int insn_discriminator (const rtx_insn *);
extern location_t prologue_location, epilogue_location;
/* In jump.cc */