OSDN Git Service

Remove uses of uint32_t in favor of 'unsigned' for better
authorChris Lattner <sabre@nondot.org>
Wed, 21 Jan 2009 18:09:24 +0000 (18:09 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 21 Jan 2009 18:09:24 +0000 (18:09 +0000)
commit455e9abf362a20bcfde9170fbec86b79ca0c40d5
tree82e2a8e4b5b2033879cac4ba6b36ea5dea96f16b
parent764fd0cbc8a0ee512a9352cfeb123e8778542d28
Remove uses of uint32_t in favor of 'unsigned' for better
compatibility with cygwin.  Patch by Jay Foad!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62695 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APInt.cpp
lib/Transforms/Scalar/InstructionCombining.cpp