summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2014-08-11 22:42:31 +0000
committerJim Grosbach <grosbach@apple.com>2014-08-11 22:42:31 +0000
commit1eee3dfdedcb2fcb76382b11088b73a9ddf3e753 (patch)
treeabb8ef744ca0d351fa4d193ff48ce6d3f3d8cd2e
parent8e810ba411df0ecfd3d3f817e524df4cc9a568e8 (diff)
downloadbcm5719-llvm-1eee3dfdedcb2fcb76382b11088b73a9ddf3e753.tar.gz
bcm5719-llvm-1eee3dfdedcb2fcb76382b11088b73a9ddf3e753.zip
Add missing closing namespace comment.
llvm-svn: 215402
-rw-r--r--llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp b/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
index 31eb3a2081c..81579810b64 100644
--- a/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
+++ b/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
@@ -109,7 +109,7 @@ private:
int getMemSize(MachineInstr *MemMI);
};
char AArch64LoadStoreOpt::ID = 0;
-}
+} // namespace
static bool isUnscaledLdst(unsigned Opc) {
switch (Opc) {
OpenPOWER on IntegriCloud