summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-09-11 21:46:33 +0000
committerRui Ueyama <ruiu@google.com>2014-09-11 21:46:33 +0000
commit062c406a85a3669931da866728ec0373d88598c9 (patch)
tree20bb643287704e856a9c90eb2aed15af98abcfa9 /llvm/lib
parent14ae60407d39de8022f50194e7e6ef199eb14b83 (diff)
downloadbcm5719-llvm-062c406a85a3669931da866728ec0373d88598c9.tar.gz
bcm5719-llvm-062c406a85a3669931da866728ec0373d88598c9.zip
Support: Delete {aligned_,}{u,}{little,big}8_t
The byte has no endianness, so these types don't make sense. uint8_t should be used instead. llvm-svn: 217631
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Object/COFFObjectFile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Object/COFFObjectFile.cpp b/llvm/lib/Object/COFFObjectFile.cpp
index cf8ff3193c4..7daef06f035 100644
--- a/llvm/lib/Object/COFFObjectFile.cpp
+++ b/llvm/lib/Object/COFFObjectFile.cpp
@@ -25,7 +25,6 @@
using namespace llvm;
using namespace object;
-using support::ulittle8_t;
using support::ulittle16_t;
using support::ulittle32_t;
using support::little16_t;
OpenPOWER on IntegriCloud