aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-05-14 23:23:37 +0000
committerMike Stump <mrs@apple.com>2009-05-14 23:23:37 +0000
commit11adeed8b3032fddacb9f678dd122c142a8d08f1 (patch)
tree4fc2acd5721569748c139adbc0d95e2e98b45319
parent6726be6a67ccd215cb9e568ab6417b1751c0a5b8 (diff)
Reflow to fit 80-col.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71813 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp b/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
index 13f5e68423..4c7ccbd8a0 100644
--- a/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
+++ b/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);