Skip to content

Commit

Permalink
[MC][NFC] Add end-of-namespace comments
Browse files Browse the repository at this point in the history
  • Loading branch information
frasercrmck committed Sep 24, 2021
1 parent 34412ce commit e254652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/include/llvm/MC/MCInstrDesc.h
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e254652

Please sign in to comment.