summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86AsmPrinter.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2018-06-18 22:21:19 +0000
committerEric Christopher <echristo@gmail.com>2018-06-18 22:21:19 +0000
commit88bbad24c0beefbcb183075a4f7d04d966a7a959 (patch)
tree2b82da989ae4e936b21714ddc350c36eb128eb5d /llvm/lib/Target/X86/X86AsmPrinter.cpp
parentb1faaf3069aa776304da707da3635e7daac7d44f (diff)
downloadbcm5719-llvm-88bbad24c0beefbcb183075a4f7d04d966a7a959.tar.gz
bcm5719-llvm-88bbad24c0beefbcb183075a4f7d04d966a7a959.zip
Tidy comment language and explanation.
llvm-svn: 334990
Diffstat (limited to 'llvm/lib/Target/X86/X86AsmPrinter.cpp')
-rw-r--r--llvm/lib/Target/X86/X86AsmPrinter.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/Target/X86/X86AsmPrinter.cpp b/llvm/lib/Target/X86/X86AsmPrinter.cpp
index 6ce404449e0..b779fa03fa0 100644
--- a/llvm/lib/Target/X86/X86AsmPrinter.cpp
+++ b/llvm/lib/Target/X86/X86AsmPrinter.cpp
@@ -689,11 +689,11 @@ void X86AsmPrinter::EmitEndOfAsmFile(Module &M) {
SM.serializeToStackMapSection();
FM.serializeToFaultMapSection();
- // Funny Darwin hack: This flag tells the linker that no global symbols
- // contain code that falls through to other global symbols (e.g. the obvious
- // implementation of multiple entry points). If this doesn't occur, the
- // linker can safely perform dead code stripping. Since LLVM never
- // generates code that does this, it is always safe to set.
+ // This flag tells the linker that no global symbols contain code that fall
+ // through to other global symbols (e.g. an implementation of multiple entry
+ // points). If this doesn't occur, the linker can safely perform dead code
+ // stripping. Since LLVM never generates code that does this, it is always
+ // safe to set.
OutStreamer->EmitAssemblerFlag(MCAF_SubsectionsViaSymbols);
return;
}
OpenPOWER on IntegriCloud