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:
parent
6d4234003b
commit
80cdd8d379
@ -109,7 +109,7 @@ private:
|
||||
int getMemSize(MachineInstr *MemMI);
|
||||
};
|
||||
char AArch64LoadStoreOpt::ID = 0;
|
||||
}
|
||||
} // namespace
|
||||
|
||||
static bool isUnscaledLdst(unsigned Opc) {
|
||||
switch (Opc) {
|
||||
|
Loading…
Reference in New Issue
Block a user