Change SectionKind to be a property that is true of a *section*, it
[oota-llvm.git] / lib / MC / MCSection.cpp
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-08-01 Chris LattnerAll MCSections are now required to have a SectionKind.
2009-07-31 Chris Lattnersplit MCSection stuff out to its own .cpp file, add...