Duncan P. N. Exon Smith 3c406c2da5 IR: Use SmallVector instead of std::vector of TrackingMDRef
Don't use std::vector<TrackingMDRef>, since (at least in some versions
of libc++) std::vector apparently copies values on grow operations
instead of moving them.  Found this when I was temporarily deleting the
copy constructor for TrackingMDRef to investigate a performance
bottleneck.

llvm-svn: 266909
2016-04-20 20:14:09 +00:00
..
2016-01-26 21:29:08 +00:00
2016-04-18 09:17:29 +00:00
2016-03-28 13:09:54 +00:00
2016-04-18 09:17:29 +00:00
2016-03-01 21:29:33 +00:00