amdgcn: Silence unused parameter warning
gcc/ChangeLog: * config/gcn/gcn.cc (gcn_simd_clone_compute_vecsize_and_simdlen): Set base_type as ARG_UNUSED.
This commit is contained in:
parent
7e06cfc1fc
commit
12a1085644
1 changed files with 1 additions and 1 deletions
|
@ -5026,7 +5026,7 @@ gcn_vectorization_cost (enum vect_cost_for_stmt ARG_UNUSED (type_of_cost),
|
|||
static int
|
||||
gcn_simd_clone_compute_vecsize_and_simdlen (struct cgraph_node *ARG_UNUSED (node),
|
||||
struct cgraph_simd_clone *clonei,
|
||||
tree base_type,
|
||||
tree ARG_UNUSED (base_type),
|
||||
int ARG_UNUSED (num))
|
||||
{
|
||||
if (known_eq (clonei->simdlen, 0U))
|
||||
|
|
Loading…
Add table
Reference in a new issue