[llvm-commits] [llvm] r71812 - /llvm/trunk/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp

Mike Stump mrs at apple.com
Thu May 14 16:22:47 PDT 2009


Author: mrs
Date: Thu May 14 18:22:47 2009
New Revision: 71812

URL: http://llvm.org/viewvc/llvm-project?rev=71812&view=rev
Log:
Reflow to fit 80-col.

Modified:
    llvm/trunk/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp

Modified: llvm/trunk/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp?rev=71812&r1=71811&r2=71812&view=diff

==============================================================================
--- llvm/trunk/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp (original)
+++ llvm/trunk/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp Thu May 14 18:22:47 2009
@@ -952,8 +952,8 @@
 
     // 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);





More information about the llvm-commits mailing list