]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/function.h
invoke.texi (-fvar-tracking-assignments): New.
[thirdparty/gcc.git] / gcc / function.h
index ac3a17495491962748c9854048020c688eb50d2f..446bc9d82e15b88c181a3de728248a74bdee376b 100644 (file)
@@ -64,6 +64,10 @@ struct GTY(()) emit_status {
      Reset to 1 for each function compiled.  */
   int x_cur_insn_uid;
 
+  /* INSN_UID for next debug insn emitted.  Only used if
+     --param min-nondebug-insn-uid=<value> is given with nonzero value.  */
+  int x_cur_debug_insn_uid;
+
   /* Location the last line-number NOTE emitted.
      This is used to avoid generating duplicates.  */
   location_t x_last_location;