diff options
Diffstat (limited to 'gcc/ipa-prop.c')
-rw-r--r-- | gcc/ipa-prop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c index 10741a2..2770d03 100644 --- a/gcc/ipa-prop.c +++ b/gcc/ipa-prop.c @@ -45,7 +45,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-cfg.h" #include "tree-dfa.h" #include "tree-inline.h" -#include "ipa-inline.h" +#include "ipa-fnsummary.h" #include "gimple-pretty-print.h" #include "params.h" #include "ipa-utils.h" |