Move PathV2.h to Path.h
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 11 Jun 2013 22:21:28 +0000 (22:21 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 11 Jun 2013 22:21:28 +0000 (22:21 +0000)
commita11c3e25015a62c817e60ec4f955a7f3f3bb6c67
tree9be798f73f3522f6527cd409ed5cf1f9c53b8fc6
parent5ab770417bd230d2e319490261d300c50e932b71
Move PathV2.h to Path.h

Most clients have already been moved from Path V1 to V2. The ones using V1
now include PathV1.h explicitly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183801 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Path.h
include/llvm/Support/PathV2.h [deleted file]
lib/MC/MCAsmStreamer.cpp
lib/Support/PathV2.cpp
lib/Transforms/Instrumentation/GCOVProfiling.cpp
unittests/Support/FileOutputBufferTest.cpp
unittests/Support/Path.cpp