mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 01:43:06 +00:00
Don't exceed 80 columns.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17777 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f37ce99c0a
commit
44cbf36c38
@ -16,11 +16,11 @@
|
||||
namespace llvm {
|
||||
using namespace sys;
|
||||
|
||||
const TimeValue TimeValue::MinTime = TimeValue ( INT64_MIN,0 );
|
||||
const TimeValue TimeValue::MaxTime = TimeValue ( INT64_MAX,0 );
|
||||
const TimeValue TimeValue::ZeroTime = TimeValue ( 0,0 );
|
||||
const TimeValue TimeValue::PosixZeroTime = TimeValue ( -946684800,0 );
|
||||
const TimeValue TimeValue::Win32ZeroTime = TimeValue ( -12591158400ULL,0 );
|
||||
const TimeValue TimeValue::MinTime = TimeValue ( INT64_MIN,0 );
|
||||
const TimeValue TimeValue::MaxTime = TimeValue ( INT64_MAX,0 );
|
||||
const TimeValue TimeValue::ZeroTime = TimeValue ( 0,0 );
|
||||
const TimeValue TimeValue::PosixZeroTime = TimeValue ( -946684800,0 );
|
||||
const TimeValue TimeValue::Win32ZeroTime = TimeValue ( -12591158400ULL,0 );
|
||||
|
||||
void
|
||||
TimeValue::normalize( void ) {
|
||||
|
Loading…
Reference in New Issue
Block a user