From: Chandler Carruth Date: Fri, 29 Jun 2012 12:39:08 +0000 (+0000) Subject: Update Clang to reflect the new home of IRBuilder.h as of r159421. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83122da713a81c8310bf97de8ff6320497d5f327;p=clang Update Clang to reflect the new home of IRBuilder.h as of r159421. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159422 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGBuilder.h b/lib/CodeGen/CGBuilder.h index 8120217ac8..a790a742c9 100644 --- a/lib/CodeGen/CGBuilder.h +++ b/lib/CodeGen/CGBuilder.h @@ -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 {