Skip to content
Commit 5924545c authored by Duncan Sands's avatar Duncan Sands
Browse files

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.

llvm-svn: 173242
parent e4e2e597
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment