Update Clang to reflect the new home of IRBuilder.h as of r159421.

llvm-svn: 159422
This commit is contained in:
Chandler Carruth 2012-06-29 12:39:08 +00:00
parent aafe0918bc
commit 6b22da9e89
1 changed files with 1 additions and 1 deletions

View 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 {