Remove assertions from the SmallVector class. They slow down clients of
authorChris Lattner <sabre@nondot.org>
Mon, 7 Aug 2006 23:41:59 +0000 (23:41 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 7 Aug 2006 23:41:59 +0000 (23:41 +0000)
commitd0337c167852fe313e09e20f5ef0819e3555b04d
tree07c9b1d0d6423bf1e75616e435df2ae1c4fa8059
parent51a491112104cf769330d7e09f2cfd9442c88e86
Remove assertions from the SmallVector class.  They slow down clients of
smallvector too much in a release build.  Removing them speeds up isel 4%.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29556 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallVector.h