1
0
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:
Craig Topper 2017-05-28 23:47:17 +00:00
parent 970bccb2f3
commit ba7ab27974

View File

@ -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"};