[llvm] r304115 - [TableGen][X86] Fix formatting I accidentally messed up in r304099. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sun May 28 16:47:17 PDT 2017
Author: ctopper
Date: Sun May 28 18:47:17 2017
New Revision: 304115
URL: http://llvm.org/viewvc/llvm-project?rev=304115&view=rev
Log:
[TableGen][X86] Fix formatting I accidentally messed up in r304099. NFC
Modified:
llvm/trunk/utils/TableGen/X86FoldTablesEmitter.cpp
Modified: llvm/trunk/utils/TableGen/X86FoldTablesEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/X86FoldTablesEmitter.cpp?rev=304115&r1=304114&r2=304115&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/X86FoldTablesEmitter.cpp (original)
+++ llvm/trunk/utils/TableGen/X86FoldTablesEmitter.cpp Sun May 28 18:47:17 2017
@@ -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"};
More information about the llvm-commits
mailing list