Replace a custom table sort check with std::is_sorted. Change a function to take...
authorCraig Topper <craig.topper@gmail.com>
Sat, 17 Oct 2015 16:37:13 +0000 (16:37 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 17 Oct 2015 16:37:13 +0000 (16:37 +0000)
commit43a9e4096c5b922adfc15a4b4a777e568416b9c5
tree532fa8385f9df05e1d835f606102dc46dc3cd083
parent8d6385db78faf87bea65792619a6a5ca10545d84
Replace a custom table sort check with std::is_sorted. Change a function to take ArrayRef instead of pointer and length. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250615 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FloatingPoint.cpp