forked from OSchip/llvm-project
Update Clang to reflect the new home of IRBuilder.h as of r159421.
llvm-svn: 159422
This commit is contained in:
parent
aafe0918bc
commit
6b22da9e89
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue