From 35ea2c9aa687f5ad36428b3a6dc147a72cf7eeb0 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Thu, 14 May 2009 23:23:37 +0000 Subject: [PATCH] Reflow to fit 80-col. llvm-svn: 71813 --- llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp b/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp index 13f5e684230c..4c7ccbd8a0a8 100644 --- a/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp +++ b/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp @@ -963,8 +963,8 @@ bool X86ATTAsmPrinter::doFinalization(Module &M) { I != E; ++I) { // 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);