diff options
author | Matthias Braun <matze@braunis.de> | 2016-01-30 01:14:01 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2016-01-30 01:14:01 +0000 |
commit | daa812d518b1f49feddeb08fcc9c5e563b0bf11e (patch) | |
tree | 6a703f6b941c63059b8a31339ad14f6b7eb5fee6 /llvm/lib | |
parent | f094e0f3e30f2582efe72a91264a2b29cbf594ea (diff) | |
download | bcm5719-llvm-daa812d518b1f49feddeb08fcc9c5e563b0bf11e.tar.gz bcm5719-llvm-daa812d518b1f49feddeb08fcc9c5e563b0bf11e.zip |
Use Support/DataTypes.h instead of cstdint
llvm-svn: 259282
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/IR/AttributeImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/AttributeImpl.h b/llvm/lib/IR/AttributeImpl.h index 374b90df1c9..ca7ae5cbb29 100644 --- a/llvm/lib/IR/AttributeImpl.h +++ b/llvm/lib/IR/AttributeImpl.h @@ -18,9 +18,9 @@ #include "llvm/ADT/FoldingSet.h" #include "llvm/IR/Attributes.h" +#include "llvm/Support/DataTypes.h" #include "llvm/Support/TrailingObjects.h" #include <climits> -#include <cstdint> #include <string> namespace llvm { |