nir: Make argument order of unop_convert match binop_convert.
authorMatt Turner <mattst88@gmail.com>
Thu, 21 Jan 2016 17:54:19 +0000 (09:54 -0800)
committerMatt Turner <mattst88@gmail.com>
Mon, 1 Feb 2016 18:43:57 +0000 (10:43 -0800)
commit140a886c41be764677114e631b6912e016ab7695
tree35e198c6cf72d56cf67d8b54785c6dccd5449bc0
parent77a60ab5dc221f5ba75d216ae4b1974f34cf0f10
nir: Make argument order of unop_convert match binop_convert.

Strangely the return and parameter types were reversed.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/compiler/nir/nir_opcodes.py