summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenTBAA.h
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/CodeGenTBAA.h
parentec7ad6561f87c318bd5b41eaacf9bfee6991de12 (diff)
downloadbcm5719-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/CodeGenTBAA.h')
-rw-r--r--clang/lib/CodeGen/CodeGenTBAA.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenTBAA.h b/clang/lib/CodeGen/CodeGenTBAA.h
index 80093704301..c17a5cf03c6 100644
--- a/clang/lib/CodeGen/CodeGenTBAA.h
+++ b/clang/lib/CodeGen/CodeGenTBAA.h
@@ -16,8 +16,8 @@
#define CLANG_CODEGEN_CODEGENTBAA_H
#include "clang/Basic/LLVM.h"
+#include "llvm/MDBuilder.h"
#include "llvm/ADT/DenseMap.h"
-#include "llvm/Support/MDBuilder.h"
namespace llvm {
class LLVMContext;
OpenPOWER on IntegriCloud