diff options
author | Zack Rusin <[email protected]> | 2010-07-27 12:26:54 -0400 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-07-30 16:25:29 +0100 |
commit | 042018a943a403a4d9887b400deb3b3c83ee40c0 (patch) | |
tree | 7c6b530703edfe97c80748e1cef929b7a80a6aa7 /src/gallium/auxiliary/gallivm/lp_bld_init.h | |
parent | 6c288d06ac512be6eb7f19a9005389dd46d5a26a (diff) |
llvmpipe: delete function bodies after generating machine code
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_init.h')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_init.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_init.h b/src/gallium/auxiliary/gallivm/lp_bld_init.h index a32ced9b4c3..f26fdac4663 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_init.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_init.h @@ -44,5 +44,7 @@ extern LLVMPassManagerRef lp_build_pass; void lp_build_init(void); +extern void +lp_func_delete_body(LLVMValueRef func); #endif /* !LP_BLD_INIT_H */ |