mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
Replace a string append operation in addFunctionMappingRecord with a vector append. The existing behavior is quadratic in the worst case: this patch makes it linear. Differential Revision: http://reviews.llvm.org/D16395 llvm-svn: 258424
38 KiB
38 KiB