[PathV2]: Fix bug in create_directories which caused infinite recursion on
authorMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 21 Mar 2012 23:09:14 +0000 (23:09 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 21 Mar 2012 23:09:14 +0000 (23:09 +0000)
commit55f43d6b7e3ad1f08f5392205ab0feabf4c9933d
treec6b792980633c6a1dd48de643ce1c16388fdd1fd
parent98a92d199ce9993dca1b65927009013ad3e5297f
[PathV2]: Fix bug in create_directories which caused infinite recursion on
som inputs.

Bug found and fix proposed by Kal Conley!

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