diff options
Diffstat (limited to 'include/llvm/MC/MCAtom.h')
-rw-r--r-- | include/llvm/MC/MCAtom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/MC/MCAtom.h b/include/llvm/MC/MCAtom.h index b0c97ec..f91a96f 100644 --- a/include/llvm/MC/MCAtom.h +++ b/include/llvm/MC/MCAtom.h @@ -17,6 +17,8 @@ namespace llvm { public: MCAtom(MCSection *_Section) : Section(_Section) {} + + MCSection *getSection() { return Section; } }; } // end namespace llvm |