GlobalISel: fix stale comment

llvm-svn: 279307
This commit is contained in:
Tim Northover 2016-08-19 20:09:01 +00:00
parent bbbfb1cfb8
commit 96f981268f
1 changed files with 3 additions and 2 deletions

View 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);