1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Update comment.

llvm-svn: 59766
This commit is contained in:
Bill Wendling 2008-11-21 00:45:00 +00:00
parent fa0053e297
commit 239302c6c9

View File

@ -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