diff options
Diffstat (limited to 'gcc/targhooks.h')
-rw-r--r-- | gcc/targhooks.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/targhooks.h b/gcc/targhooks.h index dad9520c910..9178c30d3fb 100644 --- a/gcc/targhooks.h +++ b/gcc/targhooks.h @@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ +#ifndef GCC_TARGHOOKS_H +#define GCC_TARGHOOKS_H + extern bool default_legitimate_address_p (enum machine_mode, rtx, bool); extern void default_external_libcall (rtx); @@ -212,3 +215,5 @@ extern tree std_gimplify_va_arg_expr (tree, tree, gimple_seq *, gimple_seq *); extern bool can_use_doloop_if_innermost (const widest_int &, const widest_int &, unsigned int, bool); + +#endif /* GCC_TARGHOOKS_H */ |