AArch64: Remove duplicitous element_count call.

This inhibits an analyzer warning by Clang.
This commit is contained in:
Zachary Waldowski
2014-01-09 13:50:17 -05:00
parent 4330fdcd92
commit 0a0f12ce1f

View File

@@ -556,7 +556,6 @@ copy_hfa_to_reg_or_stack (void *memory,
{
int i;
unsigned short type = get_homogeneous_type (ty);
unsigned elems = element_count (ty);
for (i = 0; i < elems; i++)
{
void *reg = allocate_to_v (context, state);