Reflow to fit 80-col.
authorMike Stump <mrs@apple.com>
Thu, 14 May 2009 23:23:37 +0000 (23:23 +0000)
committerMike Stump <mrs@apple.com>
Thu, 14 May 2009 23:23:37 +0000 (23:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71813 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp

index 13f5e684230ce09ff30295f6c81012bb41a0a72f..4c7ccbd8a0a8f0df93e196e586253d9c0a2c9aca 100644 (file)
@@ -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);