Remove use of asymmetric std::lower_bound comparator.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 4 Jul 2013 23:20:12 +0000 (23:20 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 4 Jul 2013 23:20:12 +0000 (23:20 +0000)
commit5679d7da014e415237a4a4f7d61a119a8c84cfd9
tree73cd29653f0f8a0e9852e1e32233175db0675ddb
parent09bb56f0a0bb098faf076e54ee84221c1fd9fefa
Remove use of asymmetric std::lower_bound comparator.

VS 2008 doesn't like it when in debug mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185676 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCModule.h
lib/MC/MCModule.cpp