aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llvm/utils/TableGen/X86CompressEVEXTablesEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/X86CompressEVEXTablesEmitter.cpp b/llvm/utils/TableGen/X86CompressEVEXTablesEmitter.cpp
index 133eb9d..fef8dc7 100644
--- a/llvm/utils/TableGen/X86CompressEVEXTablesEmitter.cpp
+++ b/llvm/utils/TableGen/X86CompressEVEXTablesEmitter.cpp
@@ -93,7 +93,7 @@ void X86CompressEVEXTablesEmitter::printCheckPredicate(
}
OS << " }\n";
- OS << "};\n\n";
+ OS << "}\n\n";
}
static uint8_t byteFromBitsInit(const BitsInit *B) {