comparison gcc/hsa-regalloc.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* HSAIL IL Register allocation and out-of-SSA. 1 /* HSAIL IL Register allocation and out-of-SSA.
2 Copyright (C) 2013-2017 Free Software Foundation, Inc. 2 Copyright (C) 2013-2018 Free Software Foundation, Inc.
3 Contributed by Michael Matz <matz@suse.de> 3 Contributed by Michael Matz <matz@suse.de>
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify 7 GCC is free software; you can redistribute it and/or modify
25 #include "is-a.h" 25 #include "is-a.h"
26 #include "vec.h" 26 #include "vec.h"
27 #include "tree.h" 27 #include "tree.h"
28 #include "dominance.h" 28 #include "dominance.h"
29 #include "basic-block.h" 29 #include "basic-block.h"
30 #include "function.h"
31 #include "cfganal.h"
30 #include "cfg.h" 32 #include "cfg.h"
31 #include "cfganal.h"
32 #include "function.h"
33 #include "bitmap.h" 33 #include "bitmap.h"
34 #include "dumpfile.h" 34 #include "dumpfile.h"
35 #include "cgraph.h" 35 #include "cgraph.h"
36 #include "print-tree.h" 36 #include "print-tree.h"
37 #include "cfghooks.h" 37 #include "cfghooks.h"