remove use of SmallVector from Path::makeUnique. Path::makeUnique
authorChris Lattner <sabre@nondot.org>
Wed, 16 Dec 2009 08:40:44 +0000 (08:40 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Dec 2009 08:40:44 +0000 (08:40 +0000)
commitdc5138d81fec41f0976806f0303dc15c5425e050
treec2162edf1f257932807a90d9c774898367a90918
parente4b0cd2856063933fbadd17e68b2cb638c30000c
remove use of SmallVector from Path::makeUnique.  Path::makeUnique
is not used by anything performance sensitive, so just use std::string.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91528 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Unix/Path.inc