Fix a bug where we would consider " .99" and "1.0" different because of the
authorChris Lattner <sabre@nondot.org>
Thu, 17 Mar 2005 04:49:04 +0000 (04:49 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 17 Mar 2005 04:49:04 +0000 (04:49 +0000)
commitc0d0e77042ef85ade9145ff2e922487a6e49cc07
treedfccd9382df073e763df70efa169ac3e165d4d3c
parent986d99a6f832f9e4dd3ef67766c23aaaab1da2ba
Fix a bug where we would consider " .99" and "1.0" different because of the
leading whitespace.

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