aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-07-15 23:28:01 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-07-15 23:28:01 +0000
commitcc8f2a6ab5fd311cccc468ccd76319092067d027 (patch)
tree3d6ad99118f0e90689f2461ecb57848abcee1be6 /clang/lib/CodeGen/CodeGenFunction.cpp
parentec7ad6561f87c318bd5b41eaacf9bfee6991de12 (diff)
downloadllvm-cc8f2a6ab5fd311cccc468ccd76319092067d027.zip
llvm-cc8f2a6ab5fd311cccc468ccd76319092067d027.tar.gz
llvm-cc8f2a6ab5fd311cccc468ccd76319092067d027.tar.bz2
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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp
index 954db7f..fcd0fd93 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;