diff options
Diffstat (limited to 'gcc/ipa-utils.h')
-rw-r--r-- | gcc/ipa-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h index e70a01688e2..fa18a4f0b98 100644 --- a/gcc/ipa-utils.h +++ b/gcc/ipa-utils.h @@ -40,7 +40,7 @@ int ipa_utils_reduced_inorder (struct cgraph_node **, bool, bool, bool (*ignore_edge) (struct cgraph_edge *)); tree get_base_var (tree); - + #endif /* GCC_IPA_UTILS_H */ |