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 | 526cbee901e99c17a51b2c402a3ed9dd7b78b1a3 (patch) | |
| tree | 1c0c76f03334cee6c9aa4388ac5f11ea7b4f6ca4 /llvm | |
| parent | dfcbcfe328a956b254fdcdcc9e221e7f6bffc318 (diff) | |
| download | bcm5719-llvm-526cbee901e99c17a51b2c402a3ed9dd7b78b1a3.tar.gz bcm5719-llvm-526cbee901e99c17a51b2c402a3ed9dd7b78b1a3.zip | |
Update comment.
llvm-svn: 59766
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/CodeGen/SelectionDAGNodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h index ef155d8b7f2..9d4d3f38ac9 100644 --- a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/llvm/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 |

