diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-13 00:21:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-13 00:21:53 +0000 |
commit | b691316838646a0b6ea9743fe23683e650740290 (patch) | |
tree | 84c4255c300b209e739b6845cb78db5cf83c03e4 /llvm/lib/Target/TargetLoweringObjectFile.cpp | |
parent | c0741ebb3a2d8fa5e69796f8e47253ef4f272033 (diff) | |
download | llvm-b691316838646a0b6ea9743fe23683e650740290.zip llvm-b691316838646a0b6ea9743fe23683e650740290.tar.gz llvm-b691316838646a0b6ea9743fe23683e650740290.tar.bz2 |
add some comments: MCContext owns the MCSections, but it bump pointer allocates
them, so it doesn't have to explicitly free them.
llvm-svn: 78870
Diffstat (limited to 'llvm/lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r-- | llvm/lib/Target/TargetLoweringObjectFile.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/TargetLoweringObjectFile.cpp b/llvm/lib/Target/TargetLoweringObjectFile.cpp index 094e837..e7680c8 100644 --- a/llvm/lib/Target/TargetLoweringObjectFile.cpp +++ b/llvm/lib/Target/TargetLoweringObjectFile.cpp @@ -708,8 +708,6 @@ getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, " section specifier"); } - - return S; } |