[llvm] e254652 - [MC][NFC] Add end-of-namespace comments

Fraser Cormack via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 24 08:56:46 PDT 2021


Author: Fraser Cormack
Date: 2021-09-24T16:46:14+01:00
New Revision: e2546525902de18bb66a0c46ad3517d9f389fa47

URL: https://github.com/llvm/llvm-project/commit/e2546525902de18bb66a0c46ad3517d9f389fa47
DIFF: https://github.com/llvm/llvm-project/commit/e2546525902de18bb66a0c46ad3517d9f389fa47.diff

LOG: [MC][NFC] Add end-of-namespace comments

Added: 
    

Modified: 
    llvm/include/llvm/MC/MCInstrDesc.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/MC/MCInstrDesc.h b/llvm/include/llvm/MC/MCInstrDesc.h
index 0e6b677098e8f..e8ffd29170e6e 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


        


More information about the llvm-commits mailing list