diff options
author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2014-03-06 10:38:30 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2014-03-06 10:38:30 +0000 |
commit | c231269ff9a17d7ba9fbd50ca0bee5703d6c0f35 (patch) | |
tree | 5b455c8e4d213be35c8c116367e151ac6d7bcdcf /llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp | |
parent | 54f6f7bd77b8f69dbe31d367e06229049f39caa6 (diff) | |
download | bcm5719-llvm-c231269ff9a17d7ba9fbd50ca0bee5703d6c0f35.tar.gz bcm5719-llvm-c231269ff9a17d7ba9fbd50ca0bee5703d6c0f35.zip |
[SystemZ] Update namespace formatting to match current guidelines
No functional change intended.
llvm-svn: 203103
Diffstat (limited to 'llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp')
-rw-r--r-- | llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp index d0c2cfa6298..619787191d9 100644 --- a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp +++ b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp @@ -33,7 +33,7 @@ protected: const MCFixup &Fixup, bool IsPCRel) const override; }; -} // end anonymouse namespace +} // end anonymous namespace SystemZObjectWriter::SystemZObjectWriter(uint8_t OSABI) : MCELFObjectTargetWriter(/*Is64Bit=*/true, OSABI, ELF::EM_S390, |