For PR351: \
authorReid Spencer <rspencer@reidspencer.com>
Mon, 13 Dec 2004 17:01:53 +0000 (17:01 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 13 Dec 2004 17:01:53 +0000 (17:01 +0000)
commit9d88d1aaab145e18c8e0fe93544f8a1ff0474866
tree76878e5c34075b7fb47f4cc78dc6636840922da0
parent4251ce4b10a35552df67ea624b180ad247960eef
For PR351: \
The getFileTimestamp and getFileSize functions have been removed from  \
FileUtilities.{h,cpp}. They are replaced by Path::getTimestamp and  \
Path::getSize,respectively.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18892 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Debugger/ProgramInfo.h
include/llvm/Support/FileUtilities.h
include/llvm/System/Path.h
lib/Debugger/ProgramInfo.cpp
lib/Support/FileUtilities.cpp
tools/llvm-db/Commands.cpp