Skip to content

Commit 381f585

Browse files
committed
[X86] Fix Werror X86GenCompressEVEXTables.inc:1627:2: error: extra ';' outside of a function
1 parent c2bef33 commit 381f585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/X86CompressEVEXTablesEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void X86CompressEVEXTablesEmitter::printCheckPredicate(
9393
}
9494

9595
OS << " }\n";
96-
OS << "};\n\n";
96+
OS << "}\n\n";
9797
}
9898

9999
static uint8_t byteFromBitsInit(const BitsInit *B) {

0 commit comments

Comments
 (0)