From 820def6fdd465338c852d92fa03a08b154a5a646 Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Thu, 3 Aug 2017 08:38:04 +0000 Subject: [PATCH] [globalisel][tablegen] Update a comment to use the name of the constant rather than the value. llvm-svn: 309924 --- llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h b/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h index e105379b5db9..7cf12a49758e 100644 --- a/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h +++ b/llvm/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