From e2546525902de18bb66a0c46ad3517d9f389fa47 Mon Sep 17 00:00:00 2001 From: Fraser Cormack Date: Fri, 24 Sep 2021 16:45:13 +0100 Subject: [PATCH] [MC][NFC] Add end-of-namespace comments --- llvm/include/llvm/MC/MCInstrDesc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/MC/MCInstrDesc.h b/llvm/include/llvm/MC/MCInstrDesc.h index 0e6b677..e8ffd29 100644 --- a/llvm/include/llvm/MC/MCInstrDesc.h +++ b/llvm/include/llvm/MC/MCInstrDesc.h @@ -76,7 +76,7 @@ enum OperandType { OPERAND_FIRST_TARGET = 13, }; -} +} // namespace MCOI /// This holds information about one operand of a machine instruction, /// indicating the register class for register operands, etc. @@ -185,7 +185,7 @@ enum Flag { VariadicOpsAreDefs, Authenticated, }; -} +} // namespace MCID /// Describe properties that are true of each instruction in the target /// description file. This captures information about side effects, register -- 2.7.4