Switched size_t to int64_t to prevent type mismatch in call to max.
authorLang Hames <lhames@gmail.com>
Tue, 23 Jun 2009 19:49:23 +0000 (19:49 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 23 Jun 2009 19:49:23 +0000 (19:49 +0000)
commitb2889959c4d446bfd2406d5cf3a0512958328a80
tree86baa878dfbcf543e0dca760c71437e3a20afea2
parenta67efd12263eff2ed0f0a89ce905d59a82d0760a
Switched size_t to int64_t to prevent type mismatch in call to max.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73988 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Timer.cpp