Cygwin defines uint32_t as unsigned long. Unbreak call to std::min in this case
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 24 Dec 2007 11:16:47 +0000 (11:16 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 24 Dec 2007 11:16:47 +0000 (11:16 +0000)
commit97d37260df83eaac0f8876087ad2c53f07d6efc9
tree604efe48de542e060d684fe4444590f594d91382
parentec9e7163b8257f786fb9e0339819b1432edcf687
Cygwin defines uint32_t as unsigned long. Unbreak call to std::min in this case

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