diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/CodeGen/SelectionDAGNodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index ef155d8..9d4d3f3 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -250,6 +250,7 @@ namespace ISD { // values. ADDE, SUBE, + // RESULT, OVERFLOW_FLAG, OUTCHAIN = [SU]ADDO(INCHAIN, LHS, RHS) - // Overflow-aware nodes for arithmetic operations. These nodes take two // operands: the normal lhs and rhs to the add. They produce two results: // the normal result of the add, and a flag indicating whether an overflow |