gallivm: print out how long it takes to optimize shader IR.
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_debug.h
index 76c39af65be0f5b428aaae672ae5237b7c04dbe3..321e09d56b987a5700607e71fae719f4e0d009fc 100644 (file)
@@ -76,6 +76,10 @@ lp_build_name(LLVMValueRef val, const char *format, ...)
 }
 
 
+const char *
+lp_get_module_id(LLVMModuleRef module);
+
+
 void
 lp_debug_dump_value(LLVMValueRef value);