[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h

Chris Lattner lattner at cs.uiuc.edu
Wed Mar 22 12:09:15 PST 2006



Changes in directory llvm/include/llvm/CodeGen:

SelectionDAGNodes.h updated: 1.118 -> 1.119
---
Log message:

Fix comments


---
Diffs of the changes:  (+4 -3)

 SelectionDAGNodes.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.118 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.119
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.118	Wed Mar 22 13:56:46 2006
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h	Wed Mar 22 14:09:04 2006
@@ -181,10 +181,11 @@
     ///
     /// This is lowered to a BIT_CONVERT of the appropriate input/output types.
     /// The input and output are required to have the same size and at least one
-    /// is required to be a vector.
+    /// is required to be a vector (if neither is a vector, just use
+    /// BIT_CONVERT).
     ///
-    /// If the source is a vector, this takes three operands (like any other
-    /// vector consumer) which indicate the size and type of the vector input.
+    /// If the result is a vector, this takes three operands (like any other
+    /// vector producer) which indicate the size and type of the vector result.
     /// Otherwise it takes one input.
     VBIT_CONVERT,
     






More information about the llvm-commits mailing list