Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,64}_t>().
authorRui Ueyama <ruiu@google.com>
Mon, 2 Mar 2015 21:19:12 +0000 (21:19 +0000)
committerRui Ueyama <ruiu@google.com>
Mon, 2 Mar 2015 21:19:12 +0000 (21:19 +0000)
commit4d1d4bad1374c32f6ce637ecc13ac7f27d5dcfe1
tree20ce853b006686b13d35edfd796e38a38c0bc609
parent3ad0e2cd45f1157c5b09fea36c2beee76797604b
Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,64}_t>().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231016 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DIEHash.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/Object/Archive.cpp
lib/Support/Path.cpp