mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Add a few doxygen comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54997 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
88c6b57ef0
commit
04b7dfb233
@ -44,6 +44,9 @@ using namespace llvm;
|
||||
|
||||
namespace {
|
||||
|
||||
/// OperandsSignature - This class holds a description of a list of operand
|
||||
/// types. It has utility methods for emitting text based on the operands.
|
||||
///
|
||||
struct OperandsSignature {
|
||||
std::vector<std::string> Operands;
|
||||
|
||||
@ -86,6 +89,9 @@ struct OperandsSignature {
|
||||
}
|
||||
};
|
||||
|
||||
/// InstructionMemo - This class holds additional information about an
|
||||
/// instruction needed to emit code for it.
|
||||
///
|
||||
struct InstructionMemo {
|
||||
std::string Name;
|
||||
const CodeGenRegisterClass *RC;
|
||||
|
Loading…
x
Reference in New Issue
Block a user