summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/llvm/tgsitollvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/llvm/tgsitollvm.h')
-rw-r--r--src/mesa/pipe/llvm/tgsitollvm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/pipe/llvm/tgsitollvm.h b/src/mesa/pipe/llvm/tgsitollvm.h
index 073ffb5749..7ada04d629 100644
--- a/src/mesa/pipe/llvm/tgsitollvm.h
+++ b/src/mesa/pipe/llvm/tgsitollvm.h
@@ -13,4 +13,8 @@ struct tgsi_token;
llvm::Module * tgsi_to_llvm(struct gallivm_ir *ir,
const struct tgsi_token *tokens);
+
+llvm::Module * tgsi_to_llvmir(struct gallivm_ir *ir,
+ const struct tgsi_token *tokens);
+
#endif