Skip to content

Commit 6c247bf

Browse files
committed
remove SIMD_TEST
1 parent 07a5920 commit 6c247bf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

gcc/rust/util/rust-attribute-values.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ class Attributes
8989

9090
static constexpr auto &TEST = "test";
9191

92-
static constexpr auto &SIMD_TEST = "simd_test";
93-
9492
static constexpr auto &RUSTC_ARGS_REQUIRED_CONST
9593
= "rustc_args_required_const";
9694
};

gcc/rust/util/rust-attributes.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ static const BuiltinAttrDefinition __definitions[]
126126
{Attrs::NON_EXHAUSTIVE, TYPE_CHECK},
127127
{Attrs::RUSTFMT, EXTERNAL},
128128

129-
{Attrs::TEST, CODE_GENERATION},
130-
{Attrs::SIMD_TEST, CODE_GENERATION}};
129+
{Attrs::TEST, CODE_GENERATION}};
131130

132131
BuiltinAttributeMappings *
133132
BuiltinAttributeMappings::get ()

0 commit comments

Comments
 (0)