Clean up some inappropriate choices of type in the bitcode reader. None of
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 13 Feb 2015 21:05:11 +0000 (21:05 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 13 Feb 2015 21:05:11 +0000 (21:05 +0000)
commit348cc93b152d2880f3d6dd1baf6b00ce5745c313
treef68febc529720a49be5bb0245a3b96e0387970fe
parent193679b6ae366662ce89075eb756be459466ce06
Clean up some inappropriate choices of type in the bitcode reader. None of
these are expected to fix any 64->32 bit real truncation issues.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229153 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/BitstreamReader.h
lib/Bitcode/Reader/BitstreamReader.cpp