diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2012-07-15 23:28:01 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2012-07-15 23:28:01 +0000 |
| commit | cc8f2a6ab5fd311cccc468ccd76319092067d027 (patch) | |
| tree | 3d6ad99118f0e90689f2461ecb57848abcee1be6 /clang/lib/CodeGen/CodeGenFunction.cpp | |
| parent | ec7ad6561f87c318bd5b41eaacf9bfee6991de12 (diff) | |
| download | bcm5719-llvm-cc8f2a6ab5fd311cccc468ccd76319092067d027.tar.gz bcm5719-llvm-cc8f2a6ab5fd311cccc468ccd76319092067d027.zip | |
Update Clang to reflect the move of MDBuilder in r160237.
llvm-svn: 160238
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index 954db7f8c05..fcd0fd93589 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/lib/CodeGen/CodeGenFunction.cpp @@ -23,7 +23,7 @@ #include "clang/AST/StmtCXX.h" #include "clang/Frontend/CodeGenOptions.h" #include "llvm/Intrinsics.h" -#include "llvm/Support/MDBuilder.h" +#include "llvm/MDBuilder.h" #include "llvm/Target/TargetData.h" using namespace clang; using namespace CodeGen; |

