[globalisel][tablegen] Update a comment to use the name of the constant rather than...
authorDaniel Sanders <daniel_l_sanders@apple.com>
Thu, 3 Aug 2017 08:38:04 +0000 (08:38 +0000)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Thu, 3 Aug 2017 08:38:04 +0000 (08:38 +0000)
llvm-svn: 309924

llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h

index e105379..7cf12a4 100644 (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