[TableGen] Don't capture returned std::vectors by const reference.

The full vector is being returned not a reference. So the reference was just a to a temporary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328275 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed