MachineVerifier: Check that SlotIndex MBBIndexList is sorted.
authorMatthias Braun <matze@braunis.de>
Wed, 9 Sep 2015 17:49:46 +0000 (17:49 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 9 Sep 2015 17:49:46 +0000 (17:49 +0000)
commitccc5028dd92a77d6a708339b4ebef22326089bcc
tree64207acc364ab65dc29c678002c6411c177a374e
parent92a899b6606c06d2705170f0d7d9ab95d4e42d16
MachineVerifier: Check that SlotIndex MBBIndexList is sorted.

This introduces a check that the MBBIndexList is sorted as proposed in
http://reviews.llvm.org/D12443 but split up into a separate commit.

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