1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Add missing closing namespace comment.

llvm-svn: 215402
This commit is contained in:
Jim Grosbach 2014-08-11 22:42:31 +00:00
parent 6d4234003b
commit 80cdd8d379

View File

@ -109,7 +109,7 @@ private:
int getMemSize(MachineInstr *MemMI);
};
char AArch64LoadStoreOpt::ID = 0;
}
} // namespace
static bool isUnscaledLdst(unsigned Opc) {
switch (Opc) {