From: Daniel Sanders Date: Thu, 3 Aug 2017 08:38:04 +0000 (+0000) Subject: [globalisel][tablegen] Update a comment to use the name of the constant rather than... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daeea6f68d6d67204c89a1f6100b8e958a02aa5f;p=llvm [globalisel][tablegen] Update a comment to use the name of the constant rather than the value. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309924 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/GlobalISel/InstructionSelector.h b/include/llvm/CodeGen/GlobalISel/InstructionSelector.h index e105379b5db..7cf12a49758 100644 --- a/include/llvm/CodeGen/GlobalISel/InstructionSelector.h +++ b/include/llvm/CodeGen/GlobalISel/InstructionSelector.h @@ -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