aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/stmt.c')
-rw-r--r--gcc-4.9/gcc/stmt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc-4.9/gcc/stmt.c b/gcc-4.9/gcc/stmt.c
index 5d68edb73..6f0cafd28 100644
--- a/gcc-4.9/gcc/stmt.c
+++ b/gcc-4.9/gcc/stmt.c
@@ -57,6 +57,9 @@ along with GCC; see the file COPYING3. If not see
#include "regs.h"
#include "alloc-pool.h"
#include "pretty-print.h"
+#include "coverage.h"
+#include "bitmap.h"
+#include "pointer-set.h"
#include "params.h"
#include "dumpfile.h"
@@ -515,7 +518,6 @@ tree_overlaps_hard_reg_set (tree decl, HARD_REG_SET *regs)
return walk_tree (&decl, decl_overlaps_hard_reg_set_p, regs, NULL);
}
-
/* A subroutine of expand_asm_operands. Check that all operand names
are unique. Return true if so. We rely on the fact that these names
are identifiers, and so have been canonicalized by get_identifier,