Use int32_t and uint32_t to hopefully help weak compilers (cygwin) not
authorReid Spencer <rspencer@reidspencer.com>
Fri, 9 Feb 2007 18:03:35 +0000 (18:03 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 9 Feb 2007 18:03:35 +0000 (18:03 +0000)
commit7d0034194c56042967b3ff96bd373560f972678d
tree69e037130e644d23716acedef65c6414060c21d5
parentb913a5137e8c02fa9eb55868cf95482d314c3dd6
Use int32_t and uint32_t to hopefully help weak compilers (cygwin) not
generate errors about being unable to resolve overloaded type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34103 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Writer/Writer.cpp