diff options
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 10ba987..4d04f63 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -51,7 +51,7 @@ along with GCC; see the file COPYING3. If not see #include "symbol-summary.h" #include "tree-vrp.h" #include "ipa-prop.h" -#include "ipa-inline.h" +#include "ipa-fnsummary.h" #include "cfgloop.h" #include "gimple-pretty-print.h" #include "tree-dfa.h" |