diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2009-10-26 01:37:10 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2009-10-26 01:37:10 +0000 |
commit | a3f084ce16873799d9b6ddd4bab7b0a09b3d1eb3 (patch) | |
tree | 7c62e4b88478d78bc5a1ead6815d0d70e666b55b /clang/lib | |
parent | 56869f22c4fd9a6dc656be2320a552d38ce2b41e (diff) | |
download | bcm5719-llvm-a3f084ce16873799d9b6ddd4bab7b0a09b3d1eb3.tar.gz bcm5719-llvm-a3f084ce16873799d9b6ddd4bab7b0a09b3d1eb3.zip |
Update location of DataTypes.h to reflect move in LLVM with r85086.
llvm-svn: 85087
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/AST/RecordLayoutBuilder.h | 2 | ||||
-rw-r--r-- | clang/lib/CodeGen/CGRecordLayoutBuilder.h | 2 | ||||
-rw-r--r-- | clang/lib/Lex/HeaderMap.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/AST/RecordLayoutBuilder.h b/clang/lib/AST/RecordLayoutBuilder.h index 6e4cdd2fe2e..b57b37d0df4 100644 --- a/clang/lib/AST/RecordLayoutBuilder.h +++ b/clang/lib/AST/RecordLayoutBuilder.h @@ -12,7 +12,7 @@ #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/SmallSet.h" -#include "llvm/Support/DataTypes.h" +#include "llvm/System/DataTypes.h" #include <map> namespace clang { diff --git a/clang/lib/CodeGen/CGRecordLayoutBuilder.h b/clang/lib/CodeGen/CGRecordLayoutBuilder.h index d1a13aa2971..4ebf4e88dec 100644 --- a/clang/lib/CodeGen/CGRecordLayoutBuilder.h +++ b/clang/lib/CodeGen/CGRecordLayoutBuilder.h @@ -15,7 +15,7 @@ #define CLANG_CODEGEN_CGRECORDLAYOUTBUILDER_H #include "llvm/ADT/SmallVector.h" -#include "llvm/Support/DataTypes.h" +#include "llvm/System/DataTypes.h" #include <vector> namespace llvm { diff --git a/clang/lib/Lex/HeaderMap.cpp b/clang/lib/Lex/HeaderMap.cpp index c9a10dc0270..df712760bb2 100644 --- a/clang/lib/Lex/HeaderMap.cpp +++ b/clang/lib/Lex/HeaderMap.cpp @@ -15,7 +15,7 @@ #include "clang/Basic/FileManager.h" #include "llvm/ADT/OwningPtr.h" #include "llvm/ADT/SmallString.h" -#include "llvm/Support/DataTypes.h" +#include "llvm/System/DataTypes.h" #include "llvm/Support/MathExtras.h" #include "llvm/Support/MemoryBuffer.h" #include <cstdio> |