Add missing closing namespace comment.
authorJim Grosbach <grosbach@apple.com>
Mon, 11 Aug 2014 22:42:31 +0000 (22:42 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 11 Aug 2014 22:42:31 +0000 (22:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215402 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp

index 31eb3a2081c7769c6df118d6712d072033c1d51c..81579810b648a6829ddf9933aed77f567b3bcf31 100644 (file)
@@ -109,7 +109,7 @@ private:
   int getMemSize(MachineInstr *MemMI);
 };
 char AArch64LoadStoreOpt::ID = 0;
-}
+} // namespace
 
 static bool isUnscaledLdst(unsigned Opc) {
   switch (Opc) {