summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZISelLowering.cpp
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/SystemZISelLowering.cpp
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/SystemZISelLowering.cpp')
-rw-r--r--lib/Target/SystemZ/SystemZISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/SystemZISelLowering.cpp b/lib/Target/SystemZ/SystemZISelLowering.cpp
index 981b594fef..fc015c7243 100644
--- a/lib/Target/SystemZ/SystemZISelLowering.cpp
+++ b/lib/Target/SystemZ/SystemZISelLowering.cpp
@@ -58,7 +58,7 @@ struct Comparison {
// The mask of CC values for which the original condition is true.
unsigned CCMask;
};
-}
+} // end anonymous namespace
// Classify VT as either 32 or 64 bit.
static bool is32Bit(EVT VT) {