[llvm-commits] [llvm] r59766 - /llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
Chris Lattner
clattner at apple.com
Thu Nov 20 17:40:31 PST 2008
On Nov 20, 2008, at 4:45 PM, Bill Wendling wrote:
> Author: void
> Date: Thu Nov 20 18:45:00 2008
> New Revision: 59766
>
> URL: http://llvm.org/viewvc/llvm-project?rev=59766&view=rev
> Log:
> Update comment.
>
> Modified:
> llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
>
> Modified: llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h?rev=59766&r1=59765&r2=59766&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h (original)
> +++ llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h Thu Nov 20
> 18:45:00 2008
> @@ -250,6 +250,7 @@
> // 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
These shouldn't take a CHAIN input,
-Chris
More information about the llvm-commits
mailing list