[llvm-commits] [PATCH 2/4] Profile metadata: Profile loader
Alastair Murray
alastairmurray42 at gmail.com
Wed Aug 29 06:49:10 PDT 2012
Hi Evan,
On 29/08/12 00:49, Evan Cheng wrote:
> Any reason you are using std::vector and std::map (blah) rather than LLVM's ADT implementations?
No technical reason. I think std::vector was perhaps originally for API
compatibility, but it looks like that requirement got re-factored out.
I'll submit a patch to use LLVM ADT.
Regards,
Alastair.
More information about the llvm-commits
mailing list