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)
commit223e58b67d93e8d396ed37fc646c4a02863eb97b
tree9b9d5ff99b6e6df22b4a640b83fd372b08086139
parentd1678240e5a59709de89d864e38b1abb68b6078d
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238708 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCSymbol.h
lib/MC/MCObjectStreamer.cpp
lib/MC/WinCOFFObjectWriter.cpp