Silence 'may be used uninitialized in this function' warnings. Static analysis
authorBill Wendling <isanbard@gmail.com>
Sat, 4 Dec 2010 20:20:34 +0000 (20:20 +0000)
committerBill Wendling <isanbard@gmail.com>
Sat, 4 Dec 2010 20:20:34 +0000 (20:20 +0000)
commita6091be84c0ee838fb117b9cfb8eb9c156d44fad
tree08a55a91727f96bfbf4ca06a56179b5fb5554f52
parent9d425e7687c1701702a2874e09034ff1e573a769
Silence 'may be used uninitialized in this function' warnings. Static analysis
may determine that they cannot be used uninitialized. But that might be a bit
too much for the compiler to determine.

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