diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 2bd1888..9a78af1 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -77,7 +77,6 @@ along with GCC; see the file COPYING3. If not see #include "ipa-prop.h" #include "gcse.h" #include "omp-offload.h" -#include "hsa-common.h" #include "edit-context.h" #include "tree-pass.h" #include "dumpfile.h" @@ -512,8 +511,6 @@ compile_file (void) omp_finish_file (); - hsa_output_brig (); - output_shared_constant_pool (); output_object_blocks (); finish_tm_clone_pairs (); |