summaryrefslogtreecommitdiff
path: root/lib/Target/TargetLoweringObjectFile.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-13 00:21:53 +0000
committerChris Lattner <sabre@nondot.org>2009-08-13 00:21:53 +0000
commitc9d31524eec562f719d6818508b722b55a787d67 (patch)
treed9c22824481910a9fca1422e080f131f603f4aa6 /lib/Target/TargetLoweringObjectFile.cpp
parente309cfa0d8945af47dd798357549c815164d53d6 (diff)
downloadllvm-c9d31524eec562f719d6818508b722b55a787d67.tar.gz
llvm-c9d31524eec562f719d6818508b722b55a787d67.tar.bz2
llvm-c9d31524eec562f719d6818508b722b55a787d67.tar.xz
add some comments: MCContext owns the MCSections, but it bump pointer allocates
them, so it doesn't have to explicitly free them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78870 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r--lib/Target/TargetLoweringObjectFile.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/TargetLoweringObjectFile.cpp b/lib/Target/TargetLoweringObjectFile.cpp
index 094e837f6f..e7680c8a87 100644
--- a/lib/Target/TargetLoweringObjectFile.cpp
+++ b/lib/Target/TargetLoweringObjectFile.cpp
@@ -708,8 +708,6 @@ getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
" section specifier");
}
-
-
return S;
}