Fix use of uninitialized.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 6 Apr 2016 12:19:25 +0000 (12:19 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 6 Apr 2016 12:19:25 +0000 (12:19 +0000)
commit242ffa8da1cd0c3cda98ecd4dbdc68712fe0c727
treef39691fd9258b5d5a69f08e9b51391a4cbc48e42
parentf9b79a479e2c5330554576cfec2cbaca272fa719
Fix use of uninitialized.

The names of undefined locals are not used, so I don't think it is
possible to actually test this.

llvm-svn: 265534
lld/ELF/Symbols.cpp