Fix the build for MSVC 9 whose upper_bound() wants to compare elements in the sorted...
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 8 Mar 2011 19:37:54 +0000 (19:37 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 8 Mar 2011 19:37:54 +0000 (19:37 +0000)
commit5bf76cd11913310cef04a21aef6db29897f32939
treefd7171d2e8834a5543196a5da715ccc193a4ef17
parent29449448b0f0420dfcf52e278fc01adbf1690d70
Fix the build for MSVC 9 whose upper_bound() wants to compare elements in the sorted array.

Patch by Olaf Krzikalla!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127264 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveInterval.cpp