arm,base,gpu: Use std::make_unique instead of m5::make_unique.
authorGabe Black <gabeblack@google.com>
Sat, 26 Sep 2020 23:00:35 +0000 (16:00 -0700)
committerGabe Black <gabeblack@google.com>
Mon, 28 Sep 2020 05:41:08 +0000 (05:41 +0000)
commit50a0b85367859ab6c67a772f76fc1825126b2c8d
tree3fcd5f90b3919bab5d7b39cfa9002831f13d06c5
parentff6a3a61719974de808b2695153144a9ea9c3d1d
arm,base,gpu: Use std::make_unique instead of m5::make_unique.

Now that we're using c++14, we can just assume that std::make_unique
exists. We no longer have to conditionally inject our own version.

Change-Id: I5d851afb02dd05c7af93864ffec3b3184f3d4ec8
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/35215
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/arm/tracers/tarmac_record.cc
src/arch/arm/tracers/tarmac_record.hh
src/arch/arm/tracers/tarmac_record_v8.cc
src/base/compiler.hh
src/gpu-compute/gpu_dyn_inst.hh