[globalisel][tablegen] Update a comment to use the name of the constant rather than the value.

llvm-svn: 309924
This commit is contained in:
Daniel Sanders 2017-08-03 08:38:04 +00:00
parent 854980341b
commit 820def6fdd
1 changed files with 2 additions and 1 deletions

View File

@ -196,7 +196,8 @@ enum {
/// Merge all memory operands into instruction. /// Merge all memory operands into instruction.
/// - InsnID - Instruction ID to modify /// - InsnID - Instruction ID to modify
/// - MergeInsnID... - One or more Instruction ID to merge into the result. /// - 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, GIR_MergeMemOperands,
/// Erase from parent. /// Erase from parent.
/// - InsnID - Instruction ID to erase /// - InsnID - Instruction ID to erase