diff options
Diffstat (limited to 'gcc/cgraphbuild.c')
-rw-r--r-- | gcc/cgraphbuild.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/cgraphbuild.c b/gcc/cgraphbuild.c index 54eba78..95b8c6d 100644 --- a/gcc/cgraphbuild.c +++ b/gcc/cgraphbuild.c @@ -22,25 +22,15 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "hard-reg-set.h" #include "tree.h" #include "gimple.h" -#include "alloc-pool.h" #include "tree-pass.h" #include "cgraph.h" -#include "alias.h" -#include "fold-const.h" -#include "internal-fn.h" #include "gimple-fold.h" #include "gimple-iterator.h" #include "gimple-walk.h" -#include "langhooks.h" -#include "intl.h" #include "ipa-utils.h" #include "except.h" -#include "symbol-summary.h" -#include "ipa-prop.h" -#include "ipa-inline.h" /* Context of record_reference. */ struct record_reference_ctx |