Remove comma from the end of an enum.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191877 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Craig Topper 2013-10-03 06:18:26 +00:00
parent 279d28265d
commit e3b0a9c51a

View File

@ -453,7 +453,7 @@ typedef enum {
typedef enum {
VEX_LOB_0F = 0x1,
VEX_LOB_0F38 = 0x2,
VEX_LOB_0F3A = 0x3,
VEX_LOB_0F3A = 0x3
} VEXLeadingOpcodeByte;
typedef enum {