mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-07-24 20:26:22 -04:00
a10e83857b
Fix up my recent commit rG1128311a19179ceca799ff0fbc4dd206ab56e560 to use std::make_unique instead of std::unique_ptr(new), as requested by David Blaikie. Differential Revision: https://reviews.llvm.org/D101822