lto: Fix an inverted conditional which prevented the addition of symbols scraped
authorDaniel Dunbar <daniel@zuster.org>
Wed, 11 Aug 2010 00:11:19 +0000 (00:11 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 11 Aug 2010 00:11:19 +0000 (00:11 +0000)
commitf4452c37d03ab6cdcd2b23cb15b921c0bba591a7
treebdcd50dd41d66085162e77922be131d7c7e0b126
parent8d0843dcffad90ba200663c5b3aca3ce1e362e96
lto: Fix an inverted conditional which prevented the addition of symbols scraped
from inline assembly, except in cases where they had already been seen (in which
case they would get added twice).
 - I can't see how this ever worked...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110757 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lto/LTOModule.cpp