Use a SmallVector instead of an array, since auto_ptr doesn't handle arrays
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 17 Jun 2008 08:24:37 +0000 (08:24 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 17 Jun 2008 08:24:37 +0000 (08:24 +0000)
commit3faf9df08ff389028050bfbccbef571061bf7cc1
tree7ba4b001420b0efb36e17feef5d462f5d0d18b20
parentead0d88ad7659dabd66cc3149af97d98256fca84
Use a SmallVector instead of an array, since auto_ptr doesn't handle arrays
properly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52390 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ValueTracking.cpp