aboutsummaryrefslogtreecommitdiff
path: root/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
commit6bebe5aca3c45c741303dd0ae12d0225bddbe2e6 (patch)
tree60faeed55bea6ceb4eb1214f438f949b854fdcc6 /lib/CodeGen/CodeGenFunction.cpp
parente091e9549549f1b4376a27f4c5581388214cd3af (diff)
Update Clang to reflect the move of MDBuilder in r160237.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160238 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r--lib/CodeGen/CodeGenFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.cpp b/lib/CodeGen/CodeGenFunction.cpp
index 954db7f8c0..fcd0fd9358 100644
--- a/lib/CodeGen/CodeGenFunction.cpp
+++ b/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;