summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_init.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-06-10 16:25:39 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-07-01 15:02:10 +0100
commite277d5c1f6b2c5a6d202561e67d2b6821a69ecc4 (patch)
treeced163d4cc9850c6cb9e46c3da2dd814c8acb191 /src/gallium/auxiliary/gallivm/lp_bld_init.h
parent83ced5a918fd597fe2cb2991ff9732920354718c (diff)
gallivm: Setup a global optimization pass.
Modules are still free to setup their own optimization passes, but for the normal case it should not be necessary.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_init.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_init.h b/src/gallium/auxiliary/gallivm/lp_bld_init.h
index 0ec2afcd1b..a32ced9b4c 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_init.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_init.h
@@ -38,6 +38,7 @@ extern LLVMModuleRef lp_build_module;
extern LLVMExecutionEngineRef lp_build_engine;
extern LLVMModuleProviderRef lp_build_provider;
extern LLVMTargetDataRef lp_build_target;
+extern LLVMPassManagerRef lp_build_pass;
void