OSDN Git Service

Don't allocate the SmallVector of Registers. It gets messy figuring out who
authorBill Wendling <isanbard@gmail.com>
Thu, 18 Nov 2010 21:50:54 +0000 (21:50 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 18 Nov 2010 21:50:54 +0000 (21:50 +0000)
commit24d22d27640e9de954a5ac26f51a45cc96bb9135
tree00afe6681583e25cbcd0a60eb7eb1fb24b1e5ef5
parent8ee9779658d61a426e52a2010522ec8914b8efdd
Don't allocate the SmallVector of Registers. It gets messy figuring out who
should delete what when the object gets copied around. It's also making valgrind
upset.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119747 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp