Rename HasData to IsRegistered.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 1 Jun 2015 01:52:18 +0000 (01:52 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 1 Jun 2015 01:52:18 +0000 (01:52 +0000)
commit26410148124b074a997a293e69ac0c01c62ce6e9
treea23ef952a2e7a09741d8382d7eb04d2a57aafa48
parentcc91cc1f3a531fafcfcc939b2146b17c5d6c2d48
Rename HasData to IsRegistered.

There is no MCSectionData, so the old name is now meaningless.

Also remove some asserts/checks that were there just because the information
they used was in MCSectionData.

llvm-svn: 238708
llvm/include/llvm/MC/MCAssembler.h
llvm/include/llvm/MC/MCSymbol.h
llvm/lib/MC/MCObjectStreamer.cpp
llvm/lib/MC/WinCOFFObjectWriter.cpp