Don't leave pointers uninitialized in the default constructor. GCC complains
authorChandler Carruth <chandlerc@gmail.com>
Sun, 13 Dec 2009 07:04:45 +0000 (07:04 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 13 Dec 2009 07:04:45 +0000 (07:04 +0000)
commit0daf77e8034cfb70fbffbfa77d138b78b55af303
treec7695426181a351a668a3cf933651f9eecfea963
parent60283f9bc9da85e032006db5e2ccc364cef89267
Don't leave pointers uninitialized in the default constructor. GCC complains
about the potential use of these uninitialized members under certain conditions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91239 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/PromoteMemoryToRegister.cpp