summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_type.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_type.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_type.c b/src/gallium/drivers/llvmpipe/lp_bld_type.c
index fd6ff99e2e..8e0026fd97 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_type.c
+++ b/src/gallium/drivers/llvmpipe/lp_bld_type.c
@@ -29,13 +29,13 @@
#include "util/u_debug.h"
#include "lp_bld_type.h"
+#include "lp_bld_const.h"
LLVMTypeRef
lp_build_elem_type(union lp_type type)
{
if (type.floating) {
- assert(type.sign);
switch(type.width) {
case 32:
return LLVMFloatType();