diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 63d42dcc79f..b37907cc416 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -469,6 +469,11 @@ struct function GTY(()) /* Number of units of floating point registers that need saving in stdarg function. */ unsigned int va_list_fpr_size : 8; + + /* FIXME tuples: This bit is temporarily here to mark when a + function has been gimplified, so we can make sure we're not + creating non GIMPLE tuples after gimplification. */ + unsigned gimplified : 1; }; /* If va_list_[gf]pr_size is set to this, it means we don't know how |