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

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 01:38:04 PDT 2017


Author: dsanders
Date: Thu Aug  3 01:38:04 2017
New Revision: 309924

URL: http://llvm.org/viewvc/llvm-project?rev=309924&view=rev
Log:
[globalisel][tablegen] Update a comment to use the name of the constant rather than the value.

Modified:
    llvm/trunk/include/llvm/CodeGen/GlobalISel/InstructionSelector.h

Modified: llvm/trunk/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/GlobalISel/InstructionSelector.h?rev=309924&r1=309923&r2=309924&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/GlobalISel/InstructionSelector.h (original)
+++ llvm/trunk/include/llvm/CodeGen/GlobalISel/InstructionSelector.h Thu Aug  3 01:38:04 2017
@@ -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




More information about the llvm-commits mailing list