radeonsi: force NaNs to 0
[mesa.git] / src / gallium / drivers / llvmpipe / lp_test_blend.c
index 4775aff877bdcd859229c1606063515a66af6248..37420b024424082de43c3681364678c75e49d381 100644 (file)
@@ -450,7 +450,7 @@ test_one(unsigned verbose,
    if(verbose >= 1)
       dump_blend_type(stdout, blend, type);
 
-   gallivm = gallivm_create("test_module");
+   gallivm = gallivm_create("test_module", LLVMGetGlobalContext());
 
    func = add_blend_test(gallivm, blend, type);