fix a critical bug in smallvector, where it would destroy elements that are
authorChris Lattner <sabre@nondot.org>
Tue, 13 Feb 2007 07:25:36 +0000 (07:25 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Feb 2007 07:25:36 +0000 (07:25 +0000)
commit8c06509f9590a63ab2d4361945aac18c02b71f0c
tree781c0eed3063bbfba78b48083644645d377f6b4a
parentd0e44c2e055c33ac5b9b98ecbdbebd5cc3948973
fix a critical bug in smallvector, where it would destroy elements that are
not in its range (!).

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