Fix buildbot failure on 64 bit linux due to std::max() having different
authorRichard Osborne <richard@xmos.com>
Sat, 4 May 2013 17:41:01 +0000 (17:41 +0000)
committerRichard Osborne <richard@xmos.com>
Sat, 4 May 2013 17:41:01 +0000 (17:41 +0000)
commit7153a30610e78c5cd1347a31f3a90dde2f335f37
tree33eab29beea11f0f3d54900b3d000159ca1ab0f1
parent43c7abee14b08b4d8595e634f2fd91be79327ccb
Fix buildbot failure on 64 bit linux due to std::max() having different
operand types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181128 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/XCore/XCoreISelLowering.cpp