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.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mesa/pipe/llvm/tgsitollvm.h b/src/mesa/pipe/llvm/tgsitollvm.h
new file mode 100644
index 0000000000..073ffb5749
--- /dev/null
+++ b/src/mesa/pipe/llvm/tgsitollvm.h
@@ -0,0 +1,16 @@
+#ifndef TGSITOLLVM_H
+#define TGSITOLLVM_H
+
+
+namespace llvm {
+ class Module;
+}
+
+struct gallivm_ir;
+struct tgsi_token;
+
+
+llvm::Module * tgsi_to_llvm(struct gallivm_ir *ir,
+ const struct tgsi_token *tokens);
+
+#endif