summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/llvm/llvmtgsi.cpp
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2007-10-17 11:28:26 -0400
committerZack Rusin <zack@tungstengraphics.com>2007-10-24 11:21:03 -0400
commitb0f80693434cb203f63d8fbab56c1522000ed88f (patch)
treefedc98fa842c487cb5d1c5ae59b3a609d98b8f17 /src/mesa/pipe/llvm/llvmtgsi.cpp
parent3975f34fd36f8b04d499bb6b3d48eaeef5cab24e (diff)
Refactor the tgsi->llvm storage translator
Diffstat (limited to 'src/mesa/pipe/llvm/llvmtgsi.cpp')
-rw-r--r--src/mesa/pipe/llvm/llvmtgsi.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/pipe/llvm/llvmtgsi.cpp b/src/mesa/pipe/llvm/llvmtgsi.cpp
index 5cbd0ae89f..c6cf2de4fc 100644
--- a/src/mesa/pipe/llvm/llvmtgsi.cpp
+++ b/src/mesa/pipe/llvm/llvmtgsi.cpp
@@ -1,5 +1,8 @@
#include "llvmtgsi.h"
+#include "instructions.h"
+#include "storage.h"
+
#include "pipe/p_context.h"
#include "pipe/tgsi/exec/tgsi_exec.h"
#include "pipe/tgsi/exec/tgsi_token.h"
@@ -30,10 +33,8 @@
#include <llvm/Bitcode/ReaderWriter.h>
#include <iostream>
-#include "instructions.h"
using namespace llvm;
#include "llvm_base_shader.cpp"
-#include "tgsillvmbuilder.cpp"
static inline void addPass(PassManager &PM, Pass *P) {