diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-11-21 00:45:00 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-11-21 00:45:00 +0000 |
commit | 08c85d1209f58e60df89d3274cec23676794a612 (patch) | |
tree | 086f26254cee7e10b769c3f119da0cbf126b49f1 /include/llvm | |
parent | beb7a05086e1a4eba9a4a76fd830ce84f15cef43 (diff) | |
download | external_llvm-08c85d1209f58e60df89d3274cec23676794a612.zip external_llvm-08c85d1209f58e60df89d3274cec23676794a612.tar.gz external_llvm-08c85d1209f58e60df89d3274cec23676794a612.tar.bz2 |
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59766 91177308-0d34-0410-b5e6-96231b3b80d8
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 |