[support] remove tautological comparison in Support/Windows/Path.inc
authorBob Haarman <llvm@inglorion.net>
Fri, 27 Oct 2017 23:41:17 +0000 (23:41 +0000)
committerBob Haarman <llvm@inglorion.net>
Fri, 27 Oct 2017 23:41:17 +0000 (23:41 +0000)
commitd4e75f84e51d27ec1a1d11a4ca0bc38640d235fa
treec877c55d5ea0afc8259972df9c88e1a0a1f7522e
parentf22728e6369b75061cecde953d38162f7eeba53e
[support] remove tautological comparison in Support/Windows/Path.inc

Summary:
The removed code checks that we are able to handle a 64-bit number, but
the code we're calling takes two dwords (for a total of 64 bits), so this
is always true.

Reviewers: zturner, rnk, majnemer, compnerd

Reviewed By: zturner

Subscribers: amccarth, hiraditya, lebedev.ri, llvm-commits

Differential Revision: https://reviews.llvm.org/D39263

llvm-svn: 316814
llvm/lib/Support/Windows/Path.inc