Reflow to fit 80-col.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71812 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mike Stump 2009-05-14 23:22:47 +00:00
parent 7a57214817
commit 6726be6a67

View File

@ -952,8 +952,8 @@ bool X86ATTAsmPrinter::doFinalization(Module &M) {
// If the global is a extern weak symbol, remember to emit the weak
// reference!
// FIXME: This is rather hacky, since we'll emit references to ALL weak stuff,
// not used. But currently it's the only way to deal with extern weak
// FIXME: This is rather hacky, since we'll emit references to ALL weak
// stuff, not used. But currently it's the only way to deal with extern weak
// initializers hidden deep inside constant expressions.
if (I->hasExternalWeakLinkage())
ExtWeakSymbols.insert(I);