diff options
Diffstat (limited to 'gcc/ipa-cp.c')
-rw-r--r-- | gcc/ipa-cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c index b97d7af..b18d9a3 100644 --- a/gcc/ipa-cp.c +++ b/gcc/ipa-cp.c @@ -119,7 +119,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-pretty-print.h" #include "tree-inline.h" #include "params.h" -#include "ipa-inline.h" +#include "ipa-fnsummary.h" #include "ipa-utils.h" #include "tree-ssa-ccp.h" |