[MC] Replace comparison with isUInt<32>.
Casting to unsigned long can cause the time to get truncated to 32-bits, making it appear to be a valid timestamp. Just use isUInt<32> instead. llvm-svn: 246840
Loading
Please register or sign in to comment