mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[TableGen][X86] Fix formatting I accidentally messed up in r304099. NFC
llvm-svn: 304115
This commit is contained in:
parent
970bccb2f3
commit
ba7ab27974
@ -45,7 +45,7 @@ class IsMatch;
|
||||
|
||||
// List of instructions requiring explicitly aligned memory.
|
||||
const char *const ExplicitAlign[] = {"MOVDQA", "MOVAPS", "MOVAPD", "MOVNTPS",
|
||||
"MOVNTPD", "MOVNTDQ", "MOVNTDQA"};
|
||||
"MOVNTPD", "MOVNTDQ", "MOVNTDQA"};
|
||||
|
||||
// List of instructions NOT requiring explicit memory alignment.
|
||||
const char *const ExplicitUnalign[] = {"MOVDQU", "MOVUPS", "MOVUPD"};
|
||||
|
Loading…
x
Reference in New Issue
Block a user