diff options
Diffstat (limited to 'include/llvm/MC/MCAsmInfoDarwin.h')
-rw-r--r-- | include/llvm/MC/MCAsmInfoDarwin.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/include/llvm/MC/MCAsmInfoDarwin.h b/include/llvm/MC/MCAsmInfoDarwin.h index d587c3ce9d54..a533d604a89e 100644 --- a/include/llvm/MC/MCAsmInfoDarwin.h +++ b/include/llvm/MC/MCAsmInfoDarwin.h @@ -1,4 +1,4 @@ -//===---- MCAsmInfoDarwin.h - Darwin asm properties -------------*- C++ -*-===// +//===- MCAsmInfoDarwin.h - Darwin asm properties ----------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -18,12 +18,14 @@ #include "llvm/MC/MCAsmInfo.h" namespace llvm { - class MCAsmInfoDarwin : public MCAsmInfo { - public: - explicit MCAsmInfoDarwin(); - bool isSectionAtomizableBySymbols(const MCSection &Section) const override; - }; -} +class MCAsmInfoDarwin : public MCAsmInfo { +public: + explicit MCAsmInfoDarwin(); + + bool isSectionAtomizableBySymbols(const MCSection &Section) const override; +}; + +} // end namespace llvm #endif // LLVM_MC_MCASMINFODARWIN_H |