gallivm: Silent warning.

This commit is contained in:
José Fonseca
2010-05-10 17:10:02 +01:00
parent 54b94ee96a
commit 533ec3f667
+1 -1
View File
@@ -240,7 +240,7 @@ lp_build_sum_vector(struct lp_build_context *bld,
{
const struct lp_type type = bld->type;
LLVMValueRef index, res;
int i;
unsigned i;
if (a == bld->zero)
return bld->zero;