summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/llvm/gallivm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/llvm/gallivm.cpp')
-rw-r--r--src/mesa/pipe/llvm/gallivm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/llvm/gallivm.cpp b/src/mesa/pipe/llvm/gallivm.cpp
index afa1446890..46e11c185a 100644
--- a/src/mesa/pipe/llvm/gallivm.cpp
+++ b/src/mesa/pipe/llvm/gallivm.cpp
@@ -34,6 +34,7 @@
#include "gallivm.h"
#include "instructions.h"
+#include "loweringpass.h"
#include "storage.h"
#include "pipe/p_context.h"
@@ -95,6 +96,7 @@ using namespace llvm;
static int GLOBAL_ID = 0;
static inline void AddStandardCompilePasses(PassManager &PM) {
+ PM.add(new LoweringPass());
PM.add(createVerifierPass()); // Verify that input is correct
PM.add(createLowerSetJmpPass()); // Lower llvm.setjmp/.longjmp