diff options
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGNodes.h')
-rw-r--r-- | include/llvm/CodeGen/SelectionDAGNodes.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 13e242fe62..b2c354dae1 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -322,12 +322,9 @@ namespace ISD { // This node takes a superreg and a constant sub-register index as operands. EXTRACT_SUBREG, - // INSERT_SUBREG - This node is used to insert a sub-register value into - // either explicitly into a superreg, or implicitly into a superreg value. + // INSERT_SUBREG - This node is used to insert a sub-register value. // This node takes a superreg, a subreg value, and a constant sub-register - // index as operands. The superreg may be either a superregister operand or a - // target constant indicating that the insert is being done into a target - // specific implicit value. + // index as operands. INSERT_SUBREG, // MULHU/MULHS - Multiply high - Multiply two integers of type iN, producing |