MC: remove duplicated code
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 9 Aug 2014 17:21:36 +0000 (17:21 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 9 Aug 2014 17:21:36 +0000 (17:21 +0000)
commit7a3264e5d2ade66440d4f26a3f7704551c0f7852
tree11797a34eb563b9781eaaddba59d5d0758abdcce
parenteb9f113293bbe975023ed9c5b0365a77dc6d7082
MC: remove duplicated code

This removes the duplicate definition of GetXDataSection.  This function is
available as a static method and is identical to the previous implementation.
This just cleans up the unnecessary duplication.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215289 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAsmStreamer.cpp