diff options
author | Ian Romanick <[email protected]> | 2016-03-28 17:27:36 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2016-03-31 14:59:36 -0700 |
commit | 8bb9c6ff7f2398e1a497a9b5413736f58205843c (patch) | |
tree | 7155dd51264094e41ed3baa5e48626f8ef62afd2 /docs/intro.html | |
parent | d22eca5f90cc86105e2a42e39acc061353c21129 (diff) |
ptn: Silence unused parameter warning
The KIL instruction doesn't have a destination, so ptn_kil never uses
dest.
program/prog_to_nir.c: In function ‘ptn_kil’:
program/prog_to_nir.c:547:38: warning: unused parameter ‘dest’ [-Wunused-parameter]
ptn_kil(nir_builder *b, nir_alu_dest dest, nir_ssa_def **src)
^
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Iago Toral Quiroga <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs/intro.html')
0 files changed, 0 insertions, 0 deletions