[llvm-commits] [llvm] r59766 - /llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
Bill Wendling
isanbard at gmail.com
Thu Nov 20 16:45:06 PST 2008
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
More information about the llvm-commits
mailing list