From: Fraser Cormack Date: Fri, 24 Sep 2021 15:45:13 +0000 (+0100) Subject: [MC][NFC] Add end-of-namespace comments X-Git-Tag: upstream/15.0.7~30595 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2546525902de18bb66a0c46ad3517d9f389fa47;p=platform%2Fupstream%2Fllvm.git [MC][NFC] Add end-of-namespace comments --- 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