From 475871a144eb604ddaf37503397ba0941442e5fb Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sun, 27 Jul 2008 21:46:04 +0000 Subject: Rename SDOperand to SDValue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54128 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/CodeGenerator.html') diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 06c6e9ae04..afb6a433c2 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -787,7 +787,7 @@ define multiple values. For example, a combined div/rem operation will define both the dividend and the remainder. Many other situations require multiple values as well. Each node also has some number of operands, which are edges to the node defining the used value. Because nodes may define multiple values, -edges are represented by instances of the SDOperand class, which is +edges are represented by instances of the SDValue class, which is a <SDNode, unsigned> pair, indicating the node and result value being used, respectively. Each value produced by an SDNode has an associated MVT (Machine Value Type) indicating what the type of the -- cgit v1.2.3-70-g09d2