1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00

[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 d72dcacf0e
commit fc2c76c621

View File

@ -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