Zero-initialize chrono duration objects
authorPavel Labath <labath@google.com>
Wed, 9 Nov 2016 11:43:57 +0000 (11:43 +0000)
committerPavel Labath <labath@google.com>
Wed, 9 Nov 2016 11:43:57 +0000 (11:43 +0000)
commit775bbc373639595f3c07ca15276145aa4917d0b7
treea390bf5ccfec553ab244157ed7855b2361dcd9b0
parent62d72041d4a04d93ec0ad562d5c428929cc68fdc
Zero-initialize chrono duration objects

The default duration constructor does not zero-initialize the object, we need to
do that manually.

llvm-svn: 286359
llvm/include/llvm/Support/CachePruning.h
llvm/lib/Support/Unix/Process.inc