mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-29 13:18:23 +00:00
Return a MCSection from MCFragment::getParent().
Another step in merging MCSectionData and MCSection. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238162 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -98,9 +98,7 @@ public:
|
||||
|
||||
FragmentType getKind() const { return Kind; }
|
||||
|
||||
MCSectionData *getParent() const {
|
||||
return &Parent->getSectionData();
|
||||
}
|
||||
MCSection *getParent() const { return Parent; }
|
||||
void setParent(MCSection *Value) { Parent = Value; }
|
||||
|
||||
const MCSymbol *getAtom() const { return Atom; }
|
||||
|
||||
Reference in New Issue
Block a user