Demangle: remove references to allocator for default allocator
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 20 Nov 2016 00:20:27 +0000 (00:20 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 20 Nov 2016 00:20:27 +0000 (00:20 +0000)
commita577509f0ac130f2f28760e170fd2a21197296ac
tree3f82273741b074e546da68949cf861433a39a181
parent54ec3f9cf8cd4fec82de5a91180152977b9a5999
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
llvm/lib/Demangle/ItaniumDemangle.cpp