Insert MCSectionData into the section list directly in getOrCreateSectionData.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 25 May 2015 20:39:23 +0000 (20:39 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 25 May 2015 20:39:23 +0000 (20:39 +0000)
commit25ffbe17c981a11ee1e4a17f1c731618f9e5d2b7
tree81c041b3dbf3a8629b0a4a95bb3986aa63d44830
parent042a39274a5c9a4293a543573bfeb6bde741d87d
Insert MCSectionData into the section list directly in getOrCreateSectionData.

Removing the logic from the constructor will make it easier to merge
MCSectionData and MCSection.

llvm-svn: 238155
llvm/include/llvm/MC/MCAssembler.h
llvm/lib/MC/MCAssembler.cpp