[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. llvm-svn: 328275
Loading
Please sign in to comment
The full vector is being returned not a reference. So the reference was just a to a temporary. llvm-svn: 328275