[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
Reid Spencer
reid at x10sys.com
Wed Feb 14 19:40:05 PST 2007
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.176 -> 1.177
---
Log message:
For PR1195: http://llvm.org/PR1195 :
Change use of "packed" term to "vector" in comments, strings, variable
names, etc.
---
Diffs of the changes: (+1 -1)
SelectionDAGNodes.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.176 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.177
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.176 Tue Feb 13 11:57:38 2007
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h Wed Feb 14 21:39:17 2007
@@ -234,7 +234,7 @@
VEXTRACT_VECTOR_ELT,
/// EXTRACT_VECTOR_ELT(VECTOR, IDX) - Returns a single element from VECTOR
- /// (a legal packed type vector) identified by the (potentially variable)
+ /// (a legal vector type vector) identified by the (potentially variable)
/// element number IDX.
EXTRACT_VECTOR_ELT,
More information about the llvm-commits
mailing list