Removed an assert which was causing significant slowdowns in debug builds.
authorLang Hames <lhames@gmail.com>
Thu, 5 Nov 2009 00:52:28 +0000 (00:52 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 5 Nov 2009 00:52:28 +0000 (00:52 +0000)
commita0e7b027609251609b60475e1026730a11d1e15f
tree8ec5d269999285ba5a3a5a28ebba76ccb66b3aed
parent5a225cc85aae4b52d9cbda6cd663fef573f2f5f2
Removed an assert which was causing significant slowdowns in debug builds.
This assert was very conservative to begin with (the error condition is well
covered by tests elsewhere in the code) so we won't miss much by removing it.

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