Instead of doing a manual comparison loop, just use memcmp, thanks to JohnC
authorChris Lattner <sabre@nondot.org>
Tue, 15 Feb 2005 22:12:10 +0000 (22:12 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 15 Feb 2005 22:12:10 +0000 (22:12 +0000)
commit2ee51cbeb8f83f0b04d9611535151c801bbe3d4b
tree3051e755f4598f23bbf4ed2650ce22c2f150b5be
parente4b6a86852966fa217630d09e5b61df25b43fda0
Instead of doing a manual comparison loop, just use memcmp, thanks to JohnC
for the suggestion! :)

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