Initialize the components of this class. Otherwise GCC thinks that Array may be
authorDuncan Sands <baldrick@free.fr>
Wed, 23 Jan 2013 09:09:50 +0000 (09:09 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 23 Jan 2013 09:09:50 +0000 (09:09 +0000)
commit70465616c29538e21e4dc3e0a70d8edb4b93bf5f
treef0d59ac1cbcb7ce14b3259dfa618ad512765dbdb
parent023d97d70305dfe5a1a24659496ef95dc6bf3d39
Initialize the components of this class.  Otherwise GCC thinks that Array may be
used uninitialized, since it fails to understand that Array is only used when
SingleValue is not, and outputs a warning.  It also seems generally safer given
that the constructor is non-trivial and has plenty of early exits.

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