diff options
Diffstat (limited to 'gcc/integrate.h')
-rw-r--r-- | gcc/integrate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.h b/gcc/integrate.h index 888a8b4..c96d011 100644 --- a/gcc/integrate.h +++ b/gcc/integrate.h @@ -36,7 +36,7 @@ struct inline_remap { /* True if we are doing function integration, false otherwise. Used to control whether RTX_UNCHANGING bits are copied by - copy_rtx_and_substitute. */ + copy_rtx_and_substitute. */ int integrating; /* Definition of function be inlined. */ union tree_node *fndecl; |