1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Remove comma from the end of an enum.

llvm-svn: 191877
This commit is contained in:
Craig Topper 2013-10-03 06:18:26 +00:00
parent 6fb0648c41
commit 541a27d9e4

View File

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