[MC][NFC] Add end-of-namespace comments
authorFraser Cormack <fraser@codeplay.com>
Fri, 24 Sep 2021 15:45:13 +0000 (16:45 +0100)
committerFraser Cormack <fraser@codeplay.com>
Fri, 24 Sep 2021 15:46:14 +0000 (16:46 +0100)
llvm/include/llvm/MC/MCInstrDesc.h

index 0e6b677..e8ffd29 100644 (file)
@@ -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