Fix Visual C++ errors C2784, C2780, C2782 after r237678.
authorYaron Keren <yaron.keren@gmail.com>
Tue, 19 May 2015 11:18:10 +0000 (11:18 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Tue, 19 May 2015 11:18:10 +0000 (11:18 +0000)
commita44933e6d0c3e143943f4e40a124741b394571aa
treee5af309fc7cb59ddc1922f13e650b6ae42b63f81
parent5440f2198dce5f02031d09390edf62a593af5370
Fix Visual C++ errors C2784, C2780, C2782 after r237678.
It does not like std::min(unsigned, uint32_t).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237683 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/ConstantFold.cpp