]> granicus.if.org Git - clang/commitdiff
Update Clang to reflect the new home of IRBuilder.h as of r159421.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 29 Jun 2012 12:39:08 +0000 (12:39 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 29 Jun 2012 12:39:08 +0000 (12:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159422 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGBuilder.h

index 8120217ac873bb0103e265191adb63e685138945..a790a742c9420577211e9c305511105d690b2bee 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef CLANG_CODEGEN_CGBUILDER_H
 #define CLANG_CODEGEN_CGBUILDER_H
 
-#include "llvm/Support/IRBuilder.h"
+#include "llvm/IRBuilder.h"
 
 namespace clang {
 namespace CodeGen {