Avoid comparing invalid slot indexes, and assert that it doesn't happen.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 3 Mar 2011 05:18:19 +0000 (05:18 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 3 Mar 2011 05:18:19 +0000 (05:18 +0000)
commita97ff8a027259b1b9e4dbdb5b6f01cc2195a6948
treef4daea01d38e23fa6b8996bcf546bc05365cc204
parentacf9f48c5e5fa2ce381d566aefc6285653ab2b5c
Avoid comparing invalid slot indexes, and assert that it doesn't happen.

The SlotIndex created by the default construction does not represent a position
in the function, and it doesn't make sense to compare it to other indexes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126924 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SlotIndexes.h
lib/CodeGen/RegAllocLinearScan.cpp
lib/CodeGen/SimpleRegisterCoalescing.cpp