[llvm-commits] [llvm] r71813 - /llvm/trunk/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
Mike Stump
mrs at apple.com
Thu May 14 16:23:40 PDT 2009
Author: mrs
Date: Thu May 14 18:23:37 2009
New Revision: 71813
URL: http://llvm.org/viewvc/llvm-project?rev=71813&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=71813&r1=71812&r2=71813&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp (original)
+++ llvm/trunk/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp Thu May 14 18:23:37 2009
@@ -963,8 +963,8 @@
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);
More information about the llvm-commits
mailing list