gallium/hud: add an option to rename each data source
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_misc.h
index a55c6bd508d1c1b9580187339792e9506e2426f0..c499a6f51ebbea43b7f3decf02586c11b1f1c83b 100644 (file)
@@ -82,6 +82,9 @@ lp_get_called_value(LLVMValueRef call);
 extern bool
 lp_is_function(LLVMValueRef v);
 
+extern LLVMBuilderRef
+lp_create_builder(LLVMContextRef ctx, bool unsafe_fpmath);
+
 #ifdef __cplusplus
 }
 #endif