projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
525ae45
)
Remove stray comma in enum to satisfy -Wpedantic.
author
Craig Topper
<craig.topper@gmail.com>
Tue, 14 Jan 2014 08:07:10 +0000
(08:07 +0000)
committer
Craig Topper
<craig.topper@gmail.com>
Tue, 14 Jan 2014 08:07:10 +0000
(08:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199194
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/X86RecognizableInstr.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/X86RecognizableInstr.cpp
b/utils/TableGen/X86RecognizableInstr.cpp
index b88cc529ab8707893c2368f074b4132ef31914bc..17fd0ec5c6efa617c6a941011eccef86e3e5c8cc 100644
(file)
--- a/
utils/TableGen/X86RecognizableInstr.cpp
+++ b/
utils/TableGen/X86RecognizableInstr.cpp
@@
-80,7
+80,7
@@
namespace X86Local {
XD = 11, XS = 12,
T8 = 13, P_TA = 14,
A6 = 15, A7 = 16, T8XD = 17, T8XS = 18, TAXD = 19,
- XOP8 = 20, XOP9 = 21, XOPA = 22, PD = 23, T8PD = 24, TAPD = 25
,
+ XOP8 = 20, XOP9 = 21, XOPA = 22, PD = 23, T8PD = 24, TAPD = 25
};
}