From 08c85d1209f58e60df89d3274cec23676794a612 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 21 Nov 2008 00:45:00 +0000 Subject: [PATCH] Update comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59766 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/SelectionDAGNodes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index ef155d8b7f2..9d4d3f38ac9 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