diff options
Diffstat (limited to 'gcc/hsa-regalloc.c')
-rw-r--r-- | gcc/hsa-regalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/hsa-regalloc.c b/gcc/hsa-regalloc.c index 5f2ac13..4d9441c 100644 --- a/gcc/hsa-regalloc.c +++ b/gcc/hsa-regalloc.c @@ -35,7 +35,7 @@ along with GCC; see the file COPYING3. If not see #include "print-tree.h" #include "cfghooks.h" #include "symbol-summary.h" -#include "hsa.h" +#include "hsa-common.h" /* Process a PHI node PHI of basic block BB as a part of naive out-f-ssa. */ |