diff options
-rw-r--r-- | llvm/utils/TableGen/AsmMatcherEmitter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/AsmMatcherEmitter.cpp b/llvm/utils/TableGen/AsmMatcherEmitter.cpp index 3e0be70..c2aa571 100644 --- a/llvm/utils/TableGen/AsmMatcherEmitter.cpp +++ b/llvm/utils/TableGen/AsmMatcherEmitter.cpp @@ -2491,7 +2491,6 @@ static void emitValidateOperandClass(AsmMatcherInfo &Info, raw_ostream &OS) { if (!CI.isUserClass()) continue; - OS << " // '" << CI.ClassName << "' class\n"; OS << " case " << CI.Name << ": {\n"; OS << " DiagnosticPredicate DP(Operand." << CI.PredicateMethod << "());\n"; |