forked from OSchip/llvm-project
[globalisel][tablegen] Update a comment to use the name of the constant rather than the value.
llvm-svn: 309924
This commit is contained in:
parent
854980341b
commit
820def6fdd
|
@ -196,7 +196,8 @@ enum {
|
|||
/// Merge all memory operands into instruction.
|
||||
/// - InsnID - Instruction ID to modify
|
||||
/// - MergeInsnID... - One or more Instruction ID to merge into the result.
|
||||
/// - -1 - Terminates the list of instructions to merge.
|
||||
/// - GIU_MergeMemOperands_EndOfList - Terminates the list of instructions to
|
||||
/// merge.
|
||||
GIR_MergeMemOperands,
|
||||
/// Erase from parent.
|
||||
/// - InsnID - Instruction ID to erase
|
||||
|
|
Loading…
Reference in New Issue