diff options
author | Thomas Schwinge <tschwinge@baylibre.com> | 2025-02-24 19:06:28 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@baylibre.com> | 2025-04-17 10:43:16 +0200 |
commit | 55620672d77812bb6f1ac8835f0c949680d9c7d0 (patch) | |
tree | 5864d15340d6baf70f64ebd72f20a04f5084f1dd | |
parent | 4bff3f0b89af9a9aad69b8f85859c0a3667533ae (diff) | |
download | gcc-55620672d77812bb6f1ac8835f0c949680d9c7d0.zip gcc-55620672d77812bb6f1ac8835f0c949680d9c7d0.tar.gz gcc-55620672d77812bb6f1ac8835f0c949680d9c7d0.tar.bz2 |
nvptx: Remove 'TARGET_ASM_NEED_VAR_DECL_BEFORE_USE'
Unused; remnant of an (internal) experiment, before we had nvptx 'as'.
gcc/
* config/nvptx/nvptx.cc (TARGET_ASM_NEED_VAR_DECL_BEFORE_USE):
Don't '#define'.
-rw-r--r-- | gcc/config/nvptx/nvptx.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/nvptx/nvptx.cc b/gcc/config/nvptx/nvptx.cc index d1e25b9..f893971 100644 --- a/gcc/config/nvptx/nvptx.cc +++ b/gcc/config/nvptx/nvptx.cc @@ -7905,8 +7905,6 @@ nvptx_asm_output_def_from_decls (FILE *stream, tree name, #define TARGET_ASM_DECLARE_CONSTANT_NAME nvptx_asm_declare_constant_name #undef TARGET_USE_BLOCKS_FOR_CONSTANT_P #define TARGET_USE_BLOCKS_FOR_CONSTANT_P hook_bool_mode_const_rtx_true -#undef TARGET_ASM_NEED_VAR_DECL_BEFORE_USE -#define TARGET_ASM_NEED_VAR_DECL_BEFORE_USE true #undef TARGET_MACHINE_DEPENDENT_REORG #define TARGET_MACHINE_DEPENDENT_REORG nvptx_reorg |