GlobalISel: fix stale comment
authorTim Northover <tnorthover@apple.com>
Fri, 19 Aug 2016 20:09:01 +0000 (20:09 +0000)
committerTim Northover <tnorthover@apple.com>
Fri, 19 Aug 2016 20:09:01 +0000 (20:09 +0000)
llvm-svn: 279307

llvm/include/llvm/Target/GenericOpcodes.td

index 13896a3..f5be5bd 100644 (file)
@@ -315,8 +315,9 @@ def G_EXTRACT : Instruction {
   let hasSideEffects = 0;
 }
 
-// Combine a sequence of generic vregs into a single larger value (starting at
-// bit 0).
+// Insert a sequence of smaller registers into a larger one at the specified
+// indices (interleaved with the values in the operand list "op0, bit0, op1,
+// bit1, ...")).
 def G_INSERT : Instruction {
   let OutOperandList = (outs unknown:$dst);
   let InOperandList = (ins unknown:$src, variable_ops);