aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2018-05-18 02:39:57 +0000
committerEric Christopher <echristo@gmail.com>2018-05-18 02:39:57 +0000
commitf31e91e4a8a3a01a8ab1dd7a0396b2be20c789ca (patch)
tree7e84ce79d4a6d28be543aa8688098d309d28fbef /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parentd268bf0a4d3c176e9e36e2dfcc16787f3b896b7d (diff)
downloadllvm-f31e91e4a8a3a01a8ab1dd7a0396b2be20c789ca.zip
llvm-f31e91e4a8a3a01a8ab1dd7a0396b2be20c789ca.tar.gz
llvm-f31e91e4a8a3a01a8ab1dd7a0396b2be20c789ca.tar.bz2
Tidy comment up a bit.
llvm-svn: 332687
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
-rw-r--r--llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
index fa12f06..85ad78e 100644
--- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
+++ b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
@@ -200,7 +200,7 @@ static SectionKind getELFKindForNamedSection(StringRef Name, SectionKind K) {
if (Name.empty() || Name[0] != '.') return K;
- // Some lame default implementation based on some magic section names.
+ // Default implementation based on some magic section names.
if (Name == ".bss" ||
Name.startswith(".bss.") ||
Name.startswith(".gnu.linkonce.b.") ||