Remove redundant temporary std::vector.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 28 Apr 2015 22:26:19 +0000 (22:26 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 28 Apr 2015 22:26:19 +0000 (22:26 +0000)
commitcf6d5a9f94a487ae11f96add92edc4878855f7cb
tree0240dae848caedc8347b8c253074241f675c3d68
parentddd40964f07769412be1916b4ce661027f14a3c6
Remove redundant temporary std::vector.

New sections are added to the end of the list, so the RelSections array was
redundant.

llvm-svn: 236053
llvm/lib/MC/ELFObjectWriter.cpp