add some comments: MCContext owns the MCSections, but it bump pointer allocates
authorChris Lattner <sabre@nondot.org>
Thu, 13 Aug 2009 00:21:53 +0000 (00:21 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Aug 2009 00:21:53 +0000 (00:21 +0000)
commitc9d31524eec562f719d6818508b722b55a787d67
treed9c22824481910a9fca1422e080f131f603f4aa6
parente309cfa0d8945af47dd798357549c815164d53d6
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
include/llvm/MC/MCContext.h
lib/MC/MCContext.cpp
lib/Target/TargetLoweringObjectFile.cpp