1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/Demangle
Saleem Abdulrasool b1c3bc90b5 Demangle: remove references to allocator for default allocator
The demangler had stopped using a custom allocator but had not been updated to
remove the use of the explicit allocator passing.  This removes that as we do
not need to do anything special here anymore.  This just makes the code more
compact.  NFC.

llvm-svn: 287472
2016-11-20 00:20:27 +00:00
..
CMakeLists.txt
ItaniumDemangle.cpp Demangle: remove references to allocator for default allocator 2016-11-20 00:20:27 +00:00
LLVMBuild.txt