]> granicus.if.org Git - llvm/commit
Change sort function used in tblgen to be strict weak ordering
authorDavid Green <david.green@arm.com>
Tue, 27 Jun 2017 16:28:44 +0000 (16:28 +0000)
committerDavid Green <david.green@arm.com>
Tue, 27 Jun 2017 16:28:44 +0000 (16:28 +0000)
commit5aa56b280d19be150860bfb7e35ef257e1a38edd
tree42a5b71913726850e59acbde9585a66958d7f35d
parentf521444e8050070759ee847572cef12764aad714
Change sort function used in tblgen to be strict weak ordering

The windows debug is failing as the sort function is not strict
weak ordering, so switch a >= to a >.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306422 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenRegisters.cpp