diff options
author | José Fonseca <[email protected]> | 2010-06-10 16:25:39 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-07-01 15:02:10 +0100 |
commit | e277d5c1f6b2c5a6d202561e67d2b6821a69ecc4 (patch) | |
tree | ced163d4cc9850c6cb9e46c3da2dd814c8acb191 /src/gallium/auxiliary/gallivm/lp_bld_init.h | |
parent | 83ced5a918fd597fe2cb2991ff9732920354718c (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.h | 1 |
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 0ec2afcd1be..a32ced9b4c3 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 |