Apply changes to migrate to LLVM-160668-20120724.

Change-Id: If546332f03e70e418c6039acccba0f827257dde2
diff --git a/src/glsl/ir_to_llvm.cpp b/src/glsl/ir_to_llvm.cpp
index b052b2b..ad5b787 100644
--- a/src/glsl/ir_to_llvm.cpp
+++ b/src/glsl/ir_to_llvm.cpp
@@ -37,10 +37,10 @@
 
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/DerivedTypes.h"
+#include "llvm/IRBuilder.h"
 #include "llvm/LLVMContext.h"
 #include "llvm/Module.h"
 #include "llvm/Analysis/Verifier.h"
-#include "llvm/Support/IRBuilder.h"
 //#include "llvm/Intrinsics.h"
 
 #include <vector>
diff --git a/src/pixelflinger2/llvm_helper.h b/src/pixelflinger2/llvm_helper.h
index c9f8111..b1ed3df 100644
--- a/src/pixelflinger2/llvm_helper.h
+++ b/src/pixelflinger2/llvm_helper.h
@@ -20,7 +20,7 @@
 
 #include <stack>
 #include <stdio.h>
-#include <llvm/Support/IRBuilder.h>
+#include <llvm/IRBuilder.h>
 
 using namespace llvm;
 
diff --git a/src/pixelflinger2/llvm_texture.cpp b/src/pixelflinger2/llvm_texture.cpp
index 4be55c8..4940a72 100644
--- a/src/pixelflinger2/llvm_texture.cpp
+++ b/src/pixelflinger2/llvm_texture.cpp
@@ -19,7 +19,7 @@
 
 #include "src/pixelflinger2/pixelflinger2.h"
 
-#include <llvm/Support/IRBuilder.h>
+#include <llvm/IRBuilder.h>
 #include <llvm/Module.h>
 
 #include "src/pixelflinger2/llvm_helper.h"