diff options
Diffstat (limited to 'gcc/libfuncs.h')
-rw-r--r-- | gcc/libfuncs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libfuncs.h b/gcc/libfuncs.h index ea067bd5df1..cbee5691f67 100644 --- a/gcc/libfuncs.h +++ b/gcc/libfuncs.h @@ -48,7 +48,7 @@ enum libfunc_index }; /* Information about an optab-related libfunc. The op field is logically - an enum optab_d, and the mode fields are logically enum machine_mode. + an enum optab_d, and the mode fields are logically machine_mode. However, in the absence of forward-declared enums, there's no practical benefit of pulling in the defining headers. |