Switch this code to a more idiomatic double using namespace directive.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 31 Dec 2012 11:45:20 +0000 (11:45 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 31 Dec 2012 11:45:20 +0000 (11:45 +0000)
commit9b4aba85a89f9347212e00f80953f2a685ffeb36
treee88361856d09408bcfae59966a023c8927bd95e8
parent8e98c1f2540be6e5adfcae15064a831fa0b3a8c9
Switch this code to a more idiomatic double using namespace directive.

Fix a truly odd namespace qualifier that was flat out wrong in the
process. The fully qualified namespace would have been
llvm::sys::TimeValue, llvm::TimeValue makes no sense.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171292 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Process.cpp
lib/Support/Unix/Process.inc
lib/Support/Windows/Process.inc