summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZConstantPoolValue.h
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2014-03-06 10:38:30 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2014-03-06 10:38:30 +0000
commit9a1cd05a3d7456f9cdd9f5f30f037fbeb3c0fb20 (patch)
tree891a0fc86ceae2a7c526e342d7a0f1de104b2556 /lib/Target/SystemZ/SystemZConstantPoolValue.h
parentb0a36274436188884108704ca71d687f140394b4 (diff)
downloadllvm-9a1cd05a3d7456f9cdd9f5f30f037fbeb3c0fb20.tar.gz
llvm-9a1cd05a3d7456f9cdd9f5f30f037fbeb3c0fb20.tar.bz2
llvm-9a1cd05a3d7456f9cdd9f5f30f037fbeb3c0fb20.tar.xz
[SystemZ] Update namespace formatting to match current guidelines
No functional change intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZConstantPoolValue.h')
-rw-r--r--lib/Target/SystemZ/SystemZConstantPoolValue.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Target/SystemZ/SystemZConstantPoolValue.h b/lib/Target/SystemZ/SystemZConstantPoolValue.h
index 60944cc42f..01b8df0fda 100644
--- a/lib/Target/SystemZ/SystemZConstantPoolValue.h
+++ b/lib/Target/SystemZ/SystemZConstantPoolValue.h
@@ -18,10 +18,10 @@ namespace llvm {
class GlobalValue;
namespace SystemZCP {
- enum SystemZCPModifier {
- NTPOFF
- };
-}
+enum SystemZCPModifier {
+ NTPOFF
+};
+} // end namespace SystemZCP
/// A SystemZ-specific constant pool value. At present, the only
/// defined constant pool values are offsets of thread-local variables
@@ -50,6 +50,6 @@ public:
SystemZCP::SystemZCPModifier getModifier() const { return Modifier; }
};
-} // End llvm namespace
+} // end namespace llvm
#endif